diff options
author | fredb <fredb@pkgsrc.org> | 2003-06-08 20:17:13 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-06-08 20:17:13 +0000 |
commit | 2ad90a11140594264936a240f5ba241fef208956 (patch) | |
tree | 70feec171d3ccce53b5a3ee6d2937208c979a1ac /devel/binutils/patches | |
parent | c3dbb3884835e93197dec5d8069027aa9ccf0a5b (diff) | |
download | pkgsrc-2ad90a11140594264936a240f5ba241fef208956.tar.gz |
Update binutils to 2.13.2.1. "gasp" is gone; "strings" accepts an
argument of "--encoding", to help it to look for wide strings; plus
a few other obscure additions. Most importantly, "gas" now generates
correct code when used with gcc-3.x at high optimization levels.
(See gcc bugzilla: optimization/10877.)
Diffstat (limited to 'devel/binutils/patches')
-rw-r--r-- | devel/binutils/patches/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/binutils/patches/patch-aa b/devel/binutils/patches/patch-aa new file mode 100644 index 00000000000..be8fb33d41c --- /dev/null +++ b/devel/binutils/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1 2003/06/08 20:17:14 fredb Exp $ + +--- Makefile.in.orig Wed Jan 1 19:24:13 2003 ++++ Makefile.in +@@ -678,7 +678,6 @@ INSTALL_MODULES = \ + install-dejagnu \ + install-diff \ + install-dosutils \ +- install-etc \ + install-fastjar \ + install-fileutils \ + install-findutils \ +@@ -698,7 +697,6 @@ INSTALL_MODULES = \ + install-itcl \ + install-ld \ + install-libgui \ +- install-libiberty \ + install-libtool \ + install-m4 \ + install-make \ |