diff options
author | joerg <joerg@FreeBSD.org> | 2002-08-12 22:04:09 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2002-08-12 22:04:09 +0800 |
commit | c072207ce20dcb1689892985bc624dc28127df17 (patch) | |
tree | 8350d2eaf2105671bfd9cc95358a30d96b1ccb1b /devel/avr-gcc-3/files | |
parent | e8b9a68ff817f6059be72abd203e3f9265a41a09 (diff) | |
download | freebsd-ports-graphics-c072207ce20dcb1689892985bc624dc28127df17.tar.gz freebsd-ports-graphics-c072207ce20dcb1689892985bc624dc28127df17.tar.zst freebsd-ports-graphics-c072207ce20dcb1689892985bc624dc28127df17.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.
Diffstat (limited to 'devel/avr-gcc-3/files')
-rw-r--r-- | devel/avr-gcc-3/files/patch-ab | 21 |
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 4177fd28988..c20f2aa1c9c 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 \ |