NetBSD/distrib/sets/lists/comp/gcc.shl
skrll b263dbdd73 Be more gcc like in the way we deal with libgcc so that sh3/hppa millicode
and exception handling have a chance of working properly.

        - creates libgcc, libgcc_eh and libgcc_s

        - updates LIBGCC_SPEC to use them appropriately.

          There's a hack in here at the moment with respect to libgcc_so in that it
          is preferable to link against libgcc_so will only when -shared-libgcc is
          specified (the c++ frontend does this automatically.) Configurations where
          LINK_EH_SPEC is defined already do this. The gcc configuration for
          NetBSD/alpha and another NetBSD platform (I forget which) actually define
          LINK_EH_SPEC probably by accident rather than design.

        - updates share/mk to use the compiler's knowledge of what needs linking into
          libraries and executables. This removes an hppa hack.

        - updates the sets for the newly created libgcc* files.

	- support for linking against the _pg version of libgcc has been removed.
2004-02-15 19:52:27 +00:00

21 lines
863 B
Plaintext

# $NetBSD: gcc.shl,v 1.6 2004/02/15 19:52:27 skrll Exp $
./usr/lib/libbfd.so.6 comp-c-shlib bfd
./usr/lib/libbfd.so.6.0 comp-c-shlib bfd
./usr/lib/libg2c.so comp-fortran-lib
./usr/lib/libg2c.so.2 comp-fortran-shlib
./usr/lib/libg2c.so.2.0 comp-fortran-shlib
./usr/lib/libg2c_pic.a comp-fortran-lib
./usr/lib/libgcc_eh.a comp-c-lib
./usr/lib/libgcc_eh_p.a comp-c-proflib profile
./usr/lib/libgcc_eh_pic.a comp-c-piclib
./usr/lib/libgcc_pic.a comp-c-piclib
./usr/lib/libgcc_s.so comp-c-lib
./usr/lib/libgcc_s.so.1 comp-c-shlib
./usr/lib/libgcc_s.so.1.0 comp-c-shlib
./usr/lib/libobjc.so comp-objc-lib
./usr/lib/libobjc_pic.a comp-objc-piclib
./usr/lib/libopcodes.so.1 comp-c-shlib bfd
./usr/lib/libopcodes.so.1.0 comp-c-shlib bfd
./usr/lib/libstdc++.so comp-cxx-lib
./usr/lib/libstdc++_pic.a comp-cxx-piclib