aboutsummaryrefslogtreecommitdiff
path: root/devel/avr-gcc-3/files
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>2002-08-12 14:04:09 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>2002-08-12 14:04:09 +0000
commitd447dfda791ac189ff6ef5195fa0939ad69788dd (patch)
tree4e870f5f8d507395b8c7c2034c13b4ca9ad071b5 /devel/avr-gcc-3/files
parent35712f9ac7badb976d823eedef720f4993e04f86 (diff)
downloadports-d447dfda791ac189ff6ef5195fa0939ad69788dd.tar.gz
ports-d447dfda791ac189ff6ef5195fa0939ad69788dd.zip
Now that gcc renamed the head of their CVS from 3.2 to 3.3, update this
port since avr-libc-current has avr-gcc 3.3 as their prerequisite.
Notes
Notes: svn path=/head/; revision=64421
Diffstat (limited to 'devel/avr-gcc-3/files')
-rw-r--r--devel/avr-gcc-3/files/patch-ab21
1 files changed, 7 insertions, 14 deletions
diff --git a/devel/avr-gcc-3/files/patch-ab b/devel/avr-gcc-3/files/patch-ab
index 4177fd289880..c20f2aa1c9c7 100644
--- a/devel/avr-gcc-3/files/patch-ab
+++ b/devel/avr-gcc-3/files/patch-ab
@@ -1,15 +1,15 @@
---- Makefile.in.orig Fri Jun 28 09:56:30 2002
-+++ Makefile.in Fri Jun 28 10:53:22 2002
+--- Makefile.in.orig Mon Aug 12 15:13:39 2002
++++ Makefile.in Mon Aug 12 15:31:13 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 winsup opcodes bsp libstub cygmon libf2c libobjc
-+TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib winsup opcodes bsp libstub cygmon
+-TARGET_CONFIGDIRS = libiberty libgloss $(SPECIAL_LIBS) newlib winsup opcodes libf2c libobjc
++TARGET_CONFIGDIRS = libgloss $(SPECIAL_LIBS) newlib winsup opcodes
# Target libraries are put under this directory:
# Changed by configure to $(target_alias) if cross.
-@@ -781,81 +781,19 @@
+@@ -755,74 +755,19 @@
# This is a list of the targets for all of the modules which are compiled
# using $(TARGET_FLAGS_TO_PASS).
@@ -24,14 +24,11 @@
- 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-qthreads
+ALL_TARGET_MODULES =
# This is a list of the configure targets for all of the modules which
@@ -47,14 +44,11 @@
- 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-qthreads
+CONFIGURE_TARGET_MODULES =
# This is a list of the check targets for all of the modules which are
@@ -85,7 +79,6 @@
- install-target-winsup \
- install-target-libgloss \
- install-target-libiberty \
-- install-target-bsp \
- install-target-libjava \
- install-target-zlib \
- install-target-boehm-gc \