Move crtbeginT.o from gcc.mi to gcc.shl, so that it is only included in
the sets if HAVE_GCC3=yes and MKPIC!=no. Should fix build problem for sun2 and evbsh5 which don't have shared libraries.
This commit is contained in:
parent
b1a9752c01
commit
8b9587795d
@ -1,4 +1,4 @@
|
||||
# $NetBSD: gcc.mi,v 1.9 2004/09/03 11:26:22 he Exp $
|
||||
# $NetBSD: gcc.mi,v 1.10 2004/09/16 06:50:19 he Exp $
|
||||
./usr/bin/protoize comp-c-bin
|
||||
./usr/bin/readelf comp-util-bin bfd
|
||||
./usr/bin/unprotoize comp-c-bin
|
||||
@ -312,7 +312,6 @@
|
||||
./usr/include/g++/vector comp-cxx-include
|
||||
./usr/include/g++/vector.h comp-cxx-include obsolete
|
||||
./usr/include/stdbool.h comp-c-include
|
||||
./usr/lib/crtbeginT.o comp-c-lib
|
||||
./usr/lib/libfrtbegin.a comp-c-lib
|
||||
./usr/lib/libgcc_p.a comp-c-proflib profile
|
||||
./usr/lib/libsupc++.a comp-cxx-lib
|
||||
|
@ -1,4 +1,5 @@
|
||||
# $NetBSD: gcc.shl,v 1.9 2004/08/13 01:02:24 lukem Exp $
|
||||
# $NetBSD: gcc.shl,v 1.10 2004/09/16 06:50:19 he Exp $
|
||||
./usr/lib/crtbeginT.o comp-c-lib
|
||||
./usr/lib/libbfd.so.6 comp-c-shlib bfd
|
||||
./usr/lib/libbfd.so.6.0 comp-c-shlib bfd
|
||||
./usr/lib/libg2c_pic.a comp-fortran-lib
|
||||
|
Loading…
Reference in New Issue
Block a user