]> git.ipfire.org Git - thirdparty/gcc.git/commit
* Makefile.in (slibdir): New variable.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 09:27:25 +0000 (09:27 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jan 2001 09:27:25 +0000 (09:27 +0000)
commit074386b843ecbacc12784bf7b044e9399ded40c7
tree6325810f4b727df6611567fe1ab374c2937f896f
parentf457fb19859f6107c6f694bf7677d13d8a5d5ba8
    * Makefile.in (slibdir): New variable.
        (libgcc.mk): Pass SHLIB_INSTALL to mklibgcc.
        (installdirs): Create slibdir.
        (install-libgcc, install-multilib): Defer to libgcc.mk.
        * configure.in (slibdir): Substitute.
        * mklibgcc.in (install): New target.

        * config/t-linux (SHLIB_LINK): Create links for the soname.
        (SHLIB_INSTALL): New.
        * config/alpha/t-osf4 (SHLIB_INSTALL): New.
        * config/mips/t-iris6 (SHLIB_INSTALL): New.
        * config/rs6000/t-aix43 (SHLIB_INSTALL): New.
        * config/sparc/t-slibgcc (SHLIB_INSTALL): New.
        * config/sparc/t-slibgcc-sld (SHLIB_INSTALL): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38761 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/config/alpha/t-osf4
gcc/config/mips/t-iris6
gcc/config/rs6000/t-aix43
gcc/config/sparc/t-slibgcc
gcc/config/sparc/t-slibgcc-sld
gcc/config/t-linux
gcc/configure
gcc/configure.in
gcc/mklibgcc.in