Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets/lists/comp Move crtbeginT.o from gcc.mi to gcc....



details:   https://anonhg.NetBSD.org/src/rev/173623b214ca
branches:  trunk
changeset: 569989:173623b214ca
user:      he <he%NetBSD.org@localhost>
date:      Thu Sep 16 06:50:19 2004 +0000

description:
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.

diffstat:

 distrib/sets/lists/comp/gcc.mi  |  3 +--
 distrib/sets/lists/comp/gcc.shl |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r acc3dd4157cb -r 173623b214ca distrib/sets/lists/comp/gcc.mi
--- a/distrib/sets/lists/comp/gcc.mi    Thu Sep 16 03:57:10 2004 +0000
+++ b/distrib/sets/lists/comp/gcc.mi    Thu Sep 16 06:50:19 2004 +0000
@@ -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
diff -r acc3dd4157cb -r 173623b214ca distrib/sets/lists/comp/gcc.shl
--- a/distrib/sets/lists/comp/gcc.shl   Thu Sep 16 03:57:10 2004 +0000
+++ b/distrib/sets/lists/comp/gcc.shl   Thu Sep 16 06:50:19 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index