From owner-p4-projects@FreeBSD.ORG Sat May 24 10:52:28 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B15A437B404; Sat, 24 May 2003 10:52:27 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66B4937B401 for ; Sat, 24 May 2003 10:52:27 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EA1A43F85 for ; Sat, 24 May 2003 10:52:27 -0700 (PDT) (envelope-from peter@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h4OHqQ0U088185 for ; Sat, 24 May 2003 10:52:26 -0700 (PDT) (envelope-from peter@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h4OHqQ9T088182 for perforce@freebsd.org; Sat, 24 May 2003 10:52:26 -0700 (PDT) Date: Sat, 24 May 2003 10:52:26 -0700 (PDT) Message-Id: <200305241752.h4OHqQ9T088182@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to peter@freebsd.org using -f From: Peter Wemm To: Perforce Change Reviews Subject: PERFORCE change 31795 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 May 2003 17:52:28 -0000 http://perforce.freebsd.org/chv.cgi?CH=31795 Change 31795 by peter@peter_hammer on 2003/05/24 10:52:16 Come back to this later. Simply do not build libstdc++.so for now. Affected files ... .. //depot/projects/hammer/gnu/lib/libgcc/Makefile#5 edit .. //depot/projects/hammer/gnu/lib/libstdc++/Makefile#8 edit .. //depot/projects/hammer/share/mk/bsd.libnames.mk#10 edit Differences ... ==== //depot/projects/hammer/gnu/lib/libgcc/Makefile#5 (text+ko) ==== @@ -10,7 +10,6 @@ LIB= gcc .endif -INSTALL_PIC_ARCHIVE= YES #SHLIB_MAJOR= 1 # ==== //depot/projects/hammer/gnu/lib/libstdc++/Makefile#8 (text+ko) ==== @@ -23,8 +23,8 @@ CXXFLAGS+= -fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated #LDFLAGS+= -Wl,-version-info,4:0:0 -Wl,--version-script=${SRCDIR}/src/linker.map -LDADD+= -lgcc_pic -lm -DPADD+= ${LIBGCC_PIC} ${LIBM} +LDADD+= -lm +DPADD+= ${LIBM} # libstdc++ sources (libstdc++/src/Makefile.in, do not reorder) SRCS+= globals.cc limits.cc basic_file_stdio.cc complex_io.cc ios.cc \ ==== //depot/projects/hammer/share/mk/bsd.libnames.mk#10 (text+ko) ==== @@ -38,7 +38,6 @@ LIBFTPIO?= ${DESTDIR}${LIBDIR}/libftpio.a LIBG2C?= ${DESTDIR}${LIBDIR}/libg2c.a LIBGCC?= ${DESTDIR}${LIBDIR}/libgcc.a -LIBGCC_PIC?= ${DESTDIR}${LIBDIR}/libgcc_pic.a LIBGEOM?= ${DESTDIR}${LIBDIR}/libgeom.a LIBGNUREGEX?= ${DESTDIR}${LIBDIR}/libgnuregex.a LIBGSSAPI?= ${DESTDIR}${LIBDIR}/libgssapi.a # XXX in secure dist, not base