summaryrefslogtreecommitdiff
path: root/cross/avr-binutils/patches
diff options
context:
space:
mode:
authorwennmach <wennmach>2003-07-15 21:46:26 +0000
committerwennmach <wennmach>2003-07-15 21:46:26 +0000
commit2c4a58cb452d2587c82df070408ca97024fc9754 (patch)
tree460570ca9c6749bac58fa0eb5d64dea92c2d381d /cross/avr-binutils/patches
parentbf69c7ab23c746f99a699454dc3c6724cc8d2e5d (diff)
downloadpkgsrc-2c4a58cb452d2587c82df070408ca97024fc9754.tar.gz
First of a series of packages to support cross-development for
Atmel AVR series microcontrollers. Provided by Karl Janmar <karlj@mdstud.chalmers.se> in PR 22139, with several changes by myself. Original package from FreeBSD.
Diffstat (limited to 'cross/avr-binutils/patches')
-rw-r--r--cross/avr-binutils/patches/patch-aa18
-rw-r--r--cross/avr-binutils/patches/patch-ab14
-rw-r--r--cross/avr-binutils/patches/patch-ac14
-rw-r--r--cross/avr-binutils/patches/patch-ad14
4 files changed, 60 insertions, 0 deletions
diff --git a/cross/avr-binutils/patches/patch-aa b/cross/avr-binutils/patches/patch-aa
new file mode 100644
index 00000000000..afbb3be1515
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/07/15 21:46:26 wennmach Exp $
+
+--- libiberty/Makefile.in.orig 2003-06-27 00:49:43.000000000 +0200
++++ libiberty/Makefile.in 2003-06-27 00:50:19.000000000 +0200
+@@ -254,11 +254,12 @@
+ @MAINT@stamp-functions : $(CFILES) $(TEXIFILES) $(srcdir)/gather-docs Makefile
+ @MAINT@@HAVE_PERL@ $(PERL) $(srcdir)/gather-docs $(srcdir) $(srcdir)/functions.texi $(CFILES) $(TEXIFILES)
+ @MAINT@ echo stamp > stamp-functions
+
+ INSTALL_DEST = @INSTALL_DEST@
+-install: install_to_$(INSTALL_DEST) install-subdir
++#install: install_to_$(INSTALL_DEST) install-subdir
++install:
+
+ install_to_libdir: all
+ $(INSTALL_DATA) $(TARGETLIB) $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n
+ ( cd $(DESTDIR)$(libdir)$(MULTISUBDIR) ; $(RANLIB) $(TARGETLIB)n )
+ mv -f $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)n $(DESTDIR)$(libdir)$(MULTISUBDIR)/$(TARGETLIB)
diff --git a/cross/avr-binutils/patches/patch-ab b/cross/avr-binutils/patches/patch-ab
new file mode 100644
index 00000000000..cbbf2f6161b
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/07/15 21:46:26 wennmach Exp $
+
+--- bfd/Makefile.in.orig Fri May 31 04:59:46 2002
++++ bfd/Makefile.in Tue Jun 4 15:58:06 2002
+@@ -1047,7 +1047,8 @@
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+-install: install-recursive
++#install: install-recursive
++install:
+ uninstall-am: uninstall-bfdlibLTLIBRARIES
+ uninstall: uninstall-recursive
+ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
diff --git a/cross/avr-binutils/patches/patch-ac b/cross/avr-binutils/patches/patch-ac
new file mode 100644
index 00000000000..7d61be39856
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/07/15 21:46:26 wennmach Exp $
+
+--- opcodes/Makefile.in.orig Tue Jun 4 15:59:05 2002
++++ opcodes/Makefile.in Tue Jun 4 15:58:47 2002
+@@ -702,7 +702,8 @@
+
+ install-am: all-am
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
+-install: install-recursive
++#install: install-recursive
++install:
+ uninstall-am: uninstall-bfdlibLTLIBRARIES
+ uninstall: uninstall-recursive
+ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) config.h
diff --git a/cross/avr-binutils/patches/patch-ad b/cross/avr-binutils/patches/patch-ad
new file mode 100644
index 00000000000..bb92bf9a169
--- /dev/null
+++ b/cross/avr-binutils/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1.1.1 2003/07/15 21:46:26 wennmach Exp $
+
+--- etc/Makefile.in.orig Sat Jan 26 22:35:45 2002
++++ etc/Makefile.in Tue Jun 4 16:50:05 2002
+@@ -52,7 +52,8 @@
+ all:
+
+ # We want install to imply install-info as per GNU standards.
+-install: install-info
++#install: install-info
++install:
+
+ uninstall:
+