Source-Changes-HG archive

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

[src/trunk]: src/lib/csu/c++ change -fpic to -fPIC. Among other things this ...



details:   https://anonhg.NetBSD.org/src/rev/2b7ccaec0375
branches:  trunk
changeset: 485509:2b7ccaec0375
user:      dmcmahill <dmcmahill%NetBSD.org@localhost>
date:      Sat Apr 29 17:42:46 2000 +0000

description:
change -fpic to -fPIC.  Among other things this will let sparc shared
c++ libraries built with pkglibtool (which uses -fPIC) work.
change approved by mycroft.

diffstat:

 lib/csu/c++/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 3add8fbdf337 -r 2b7ccaec0375 lib/csu/c++/Makefile
--- a/lib/csu/c++/Makefile      Sat Apr 29 17:41:11 2000 +0000
+++ b/lib/csu/c++/Makefile      Sat Apr 29 17:42:46 2000 +0000
@@ -1,7 +1,7 @@
-#      $NetBSD: Makefile,v 1.13 2000/01/22 19:39:20 mycroft Exp $
+#      $NetBSD: Makefile,v 1.14 2000/04/29 17:42:46 dmcmahill Exp $
 
 CPPFLAGS+=     -DLIBC_SCCS
-COPTS+=                -fpic
+COPTS+=                -fPIC
 OBJS=          c++rt0.o
 
 realall: ${OBJS}



Home | Main Index | Thread Index | Old Index