aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc/files
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-07-03 19:20:58 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-07-03 19:20:58 +0000
commitd6adec00381203d8daddd9050ad999fbc8c3fa39 (patch)
tree113c066456af652a75cbf855325cb94b5ef1113f /devel/avr-gcc/files
parentda331bdcd42ec1038fa89cf35db11d0067f30b79 (diff)
downloadports-d6adec00381203d8daddd9050ad999fbc8c3fa39.tar.gz
ports-d6adec00381203d8daddd9050ad999fbc8c3fa39.zip
Notes
Diffstat (limited to 'devel/avr-gcc/files')
-rw-r--r--devel/avr-gcc/files/patch-aa8
-rw-r--r--devel/avr-gcc/files/patch-ab96
-rw-r--r--devel/avr-gcc/files/patch-ac6
3 files changed, 98 insertions, 12 deletions
diff --git a/devel/avr-gcc/files/patch-aa b/devel/avr-gcc/files/patch-aa
index 9650bc956f12..d8682e145771 100644
--- a/devel/avr-gcc/files/patch-aa
+++ b/devel/avr-gcc/files/patch-aa
@@ -1,7 +1,7 @@
---- libiberty/Makefile.in.orig Sat Dec 9 00:16:27 2000
-+++ libiberty/Makefile.in Thu Apr 19 22:27:57 2001
-@@ -152,7 +152,8 @@
- $(RANLIB) $(TARGETLIB)
+--- libiberty/Makefile.in.orig Tue Jan 22 21:03:29 2002
++++ libiberty/Makefile.in Tue Jun 4 18:19:26 2002
+@@ -234,7 +234,8 @@
+ @MAINT@ echo stamp > stamp-functions
INSTALL_DEST = @INSTALL_DEST@
-install: install_to_$(INSTALL_DEST) install-subdir
diff --git a/devel/avr-gcc/files/patch-ab b/devel/avr-gcc/files/patch-ab
index 60189c6a6192..4177fd289880 100644
--- a/devel/avr-gcc/files/patch-ab
+++ b/devel/avr-gcc/files/patch-ab
@@ -1,11 +1,97 @@
---- Makefile.in.orig Sun Aug 12 16:44:46 2001
-+++ Makefile.in Sun Aug 12 16:45:18 2001
-@@ -169,7 +169,7 @@
+--- Makefile.in.orig Fri Jun 28 09:56:30 2002
++++ Makefile.in Fri Jun 28 10:53:22 2002
+@@ -186,7 +186,7 @@
# This is set by the configure script to the list of directories which
# should be built using the target tools.
--TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib librx winsup opcodes bsp libstub cygmon libf2c libchill libobjc
-+TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib librx winsup opcodes bsp libstub cygmon libf2c libchill libobjc
+-TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon libf2c libobjc
++TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon
# Target libraries are put under this directory:
# Changed by configure to $(target_alias) if cross.
+@@ -781,81 +781,19 @@
+
+ # This is a list of the targets for all of the modules which are compiled
+ # using $(TARGET_FLAGS_TO_PASS).
+-ALL_TARGET_MODULES = \
+- all-target-libstdc++-v3 \
+- all-target-newlib \
+- all-target-libf2c \
+- all-target-libobjc \
+- all-target-libtermcap \
+- all-target-winsup \
+- all-target-libgloss \
+- all-target-libiberty \
+- all-target-gperf \
+- all-target-examples \
+- all-target-libstub \
+- all-target-libffi \
+- all-target-libjava \
+- all-target-zlib \
+- all-target-boehm-gc \
+- all-target-qthreads \
+- all-target-bsp \
+- all-target-cygmon
++ALL_TARGET_MODULES =
+
+ # This is a list of the configure targets for all of the modules which
+ # are compiled using the target tools.
+-CONFIGURE_TARGET_MODULES = \
+- configure-target-libstdc++-v3 \
+- configure-target-newlib \
+- configure-target-libf2c \
+- configure-target-libobjc \
+- configure-target-libtermcap \
+- configure-target-winsup \
+- configure-target-libgloss \
+- configure-target-libiberty \
+- configure-target-gperf \
+- configure-target-examples \
+- configure-target-libstub \
+- configure-target-libffi \
+- configure-target-libjava \
+- configure-target-zlib \
+- configure-target-boehm-gc \
+- configure-target-qthreads \
+- configure-target-bsp \
+- configure-target-cygmon
++CONFIGURE_TARGET_MODULES =
+
+ # This is a list of the check targets for all of the modules which are
+ # compiled using $(TARGET_FLAGS_TO_PASS).
+-CHECK_TARGET_MODULES = \
+- check-target-libstdc++-v3 \
+- check-target-newlib \
+- check-target-libf2c \
+- check-target-libobjc \
+- check-target-winsup \
+- check-target-libiberty \
+- check-target-libffi \
+- check-target-libjava \
+- check-target-zlib \
+- check-target-boehm-gc \
+- check-target-qthreads \
+- check-target-gperf
++CHECK_TARGET_MODULES =
+
+ # This is a list of the install targets for all of the modules which are
+ # compiled using $(TARGET_FLAGS_TO_PASS).
+-INSTALL_TARGET_MODULES = \
+- install-target-libstdc++-v3 \
+- install-target-newlib \
+- install-target-libf2c \
+- install-target-libobjc \
+- install-target-libtermcap \
+- install-target-winsup \
+- install-target-libgloss \
+- install-target-libiberty \
+- install-target-bsp \
+- install-target-libjava \
+- install-target-zlib \
+- install-target-boehm-gc \
+- install-target-qthreads \
+- install-target-gperf
++INSTALL_TARGET_MODULES =
+
+ # This is a list of the targets for which we can do a clean-{target}.
+ CLEAN_MODULES = \
diff --git a/devel/avr-gcc/files/patch-ac b/devel/avr-gcc/files/patch-ac
index 0dcd72c3a9e4..cec083e3ee83 100644
--- a/devel/avr-gcc/files/patch-ac
+++ b/devel/avr-gcc/files/patch-ac
@@ -1,6 +1,6 @@
---- configure.in.orig Sun Aug 12 18:18:37 2001
-+++ configure.in Sun Aug 12 18:18:13 2001
-@@ -665,6 +665,9 @@
+--- configure.in.orig Sun May 5 20:56:48 2002
++++ configure.in Tue Jun 4 18:21:31 2002
+@@ -706,6 +706,9 @@
target_configdirs="${target_configdirs} target-bsp target-cygmon"
fi
;;