summaryrefslogtreecommitdiff
path: root/lang/gcc47-aux/files/diff-static-version
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc47-aux/files/diff-static-version')
-rw-r--r--lang/gcc47-aux/files/diff-static-version16
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/gcc47-aux/files/diff-static-version b/lang/gcc47-aux/files/diff-static-version
deleted file mode 100644
index a64e558e5c23..000000000000
--- a/lang/gcc47-aux/files/diff-static-version
+++ /dev/null
@@ -1,16 +0,0 @@
---- gcc/Makefile.in.2
-+++ gcc/Makefile.in
-@@ -320,11 +320,11 @@
- # This is where we get zlib from. zlibdir is -L../zlib and zlibinc is
- # -I../zlib, unless we were configured with --with-system-zlib, in which
- # case both are empty.
--ZLIB = @zlibdir@ -lz
-+ZLIB = -Wl,-Bstatic -lz -Wl,-Bdynamic
- ZLIBINC = @zlibinc@
-
- # How to find GMP
--GMPLIBS = @GMPLIBS@
-+GMPLIBS = -Wl,-Bstatic @GMPLIBS@ -Wl,-Bdynamic
- GMPINC = @GMPINC@
-
- # How to find PPL