summaryrefslogtreecommitdiff
path: root/lang/gcc/files/patch-fb
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-21 07:48:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-21 07:48:59 +0000
commitccfd6f92ac62e6ffaff84a5a6abcfbf156690ea8 (patch)
tree73244cc53c5b2e08cad040e7ace0d625242cd5c6 /lang/gcc/files/patch-fb
parentUpdate from 2.0 to 2.2 (diff)
I give you the latest and greatest of the EGCS snapshot series.
This is their bleeding edge offering. This will enable us to better track the direction EGCS is going for future upgrades of /usr/contrib/egcs/. Above ver 1.1.2, this offering gives you many C++ fixes/enhancements, *and* a native Java compiler.
Notes
Notes: svn path=/head/; revision=18045
Diffstat (limited to 'lang/gcc/files/patch-fb')
-rw-r--r--lang/gcc/files/patch-fb13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gcc/files/patch-fb b/lang/gcc/files/patch-fb
new file mode 100644
index 000000000000..dae6d331898c
--- /dev/null
+++ b/lang/gcc/files/patch-fb
@@ -0,0 +1,13 @@
+--- gcc/flags.h.orig Sun Jan 31 09:46:18 1999
++++ gcc/flags.h Tue Mar 30 13:17:11 1999
+@@ -137,6 +137,10 @@
+
+ extern int warn_aggregate_return;
+
++/* Nonzero means that -Wformat accepts certain non-ANSI formats. */
++
++extern int flag_format_extensions;
++
+ /* Nonzero if generating code to do profiling. */
+
+ extern int profile_flag;