summaryrefslogtreecommitdiff
path: root/lang/gcc43/files/opt.patch-bc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2003-11-14 22:01:13 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2003-11-14 22:01:13 +0000
commit48fa42c8e78eff9094098251b07b434893a67959 (patch)
tree43ea2807dd442a128697545260275b7540a419d2 /lang/gcc43/files/opt.patch-bc
parentUse net-snmp v5 by default. Add a switch, WITH_SNMP_4, to allow 4.x to (diff)
Update from repo-copy of lang/gcc33 to the 2003-11-12 snapshot of GCC 3.4.
There is no bounds-checking patch for GCC 3.4 yet, extended printf format checking for FreeBSD has not been ported yet, and the port is BROKEN due to weird libjava build failures which occur if and only if building from within the FreeBSD ports system.
Notes
Notes: svn path=/head/; revision=93976
Diffstat (limited to 'lang/gcc43/files/opt.patch-bc')
-rw-r--r--lang/gcc43/files/opt.patch-bc11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc43/files/opt.patch-bc b/lang/gcc43/files/opt.patch-bc
deleted file mode 100644
index 024997f4c17c..000000000000
--- a/lang/gcc43/files/opt.patch-bc
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc/bounds/lib/Makefile.orig Tue May 20 16:35:05 2003
-+++ gcc/bounds/lib/Makefile Tue May 20 16:35:19 2003
-@@ -14,7 +14,7 @@
- SUBDIR_INCLUDES = -I../.. -I$(srcdir)/bounds/lib -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/../include
-
- # Use this on System V.
--CPPFLAGS = -DUSG
-+CPPFLAGS = -DBSD4_2
-
- .c.o:
- $(GCC_FOR_TARGET) -Wall $(OPTIMIZE) $(CPPFLAGS) \