pkgsrc/lang/gcc/patches/patch-ac
dmcmahill e78d94cdc7 - pull in the last bit of changes to sync this up with the netbsd-1-6-RELEASE
gcc.

- enable building shared libstdc++

- add a -R to LDFLAGS in Makefile.gcc to point to the shared libs this pkg
  installs
2002-09-09 03:23:06 +00:00

13 lines
306 B
Text

$NetBSD: patch-ac,v 1.5 2002/09/09 03:23:07 dmcmahill Exp $
--- ../gcc-2.95.3/libiberty/Makefile.in.orig Thu Aug 29 20:05:50 2002
+++ ../gcc-2.95.3/libiberty/Makefile.in
@@ -57,7 +57,7 @@ CFLAGS = @CFLAGS@
LIBCFLAGS = $(CFLAGS)
RANLIB = @RANLIB@
-PICFLAG =
+PICFLAG = -fPIC -DPIC
MAKEOVERRIDES =