summaryrefslogtreecommitdiff
path: root/devel/avr-binutils
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2001-05-15 19:21:48 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2001-05-15 19:21:48 +0000
commitef84dd5a1a141fccdd8a5b4ede90d4960e049b82 (patch)
treea48e00660a62cf1e821a27484295464d0fbd531b /devel/avr-binutils
parentUpdate to 0.4. (diff)
Do not, never, nikogda install lib{bfd,opcodes,iberty}.a. They might
clash with other binutils ports for different targets, and are not needed to be installed at all. PR: ports/27347 (although with a different approach than suggested)
Notes
Notes: svn path=/head/; revision=42621
Diffstat (limited to 'devel/avr-binutils')
-rw-r--r--devel/avr-binutils/files/patch-aa32
1 files changed, 29 insertions, 3 deletions
diff --git a/devel/avr-binutils/files/patch-aa b/devel/avr-binutils/files/patch-aa
index b0fb5d570161..36bebf94b336 100644
--- a/devel/avr-binutils/files/patch-aa
+++ b/devel/avr-binutils/files/patch-aa
@@ -1,10 +1,36 @@
--- libiberty/Makefile.in.orig Sat Dec 9 17:10:41 2000
-+++ libiberty/Makefile.in Thu Apr 19 23:30:16 2001
-@@ -152,6 +152,7 @@
++++ libiberty/Makefile.in Tue May 15 20:58:52 2001
+@@ -152,7 +152,8 @@
$(RANLIB) $(TARGETLIB)
INSTALL_DEST = @INSTALL_DEST@
+-install: install_to_$(INSTALL_DEST) install-subdir
+#install: install_to_$(INSTALL_DEST) install-subdir
- install: install_to_$(INSTALL_DEST) install-subdir
++install:
install_to_libdir: all
+ $(INSTALL_DATA) $(TARGETLIB) $(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
+--- bfd/Makefile.in.orig Mon Jan 22 10:41:40 2001
++++ bfd/Makefile.in Tue May 15 21:02:37 2001
+@@ -564,7 +564,8 @@
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+-install: install-recursive
++#install: install-recursive
++install:
+ uninstall-am: uninstall-libLTLIBRARIES
+ uninstall: uninstall-recursive
+ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
+--- opcodes/Makefile.in.orig Thu Jan 11 22:20:19 2001
++++ opcodes/Makefile.in Tue May 15 21:03:33 2001
+@@ -663,7 +663,8 @@
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+-install: install-recursive
++#install: install-recursive
++install:
+ uninstall-am: uninstall-libLTLIBRARIES
+ uninstall: uninstall-recursive
+ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h