mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6a9f6dc39f
2.x/3.x people to compile kernels and world with EGCS.
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
--- gcc/flags.h.orig Sat Feb 27 10:33:03 1999
|
||
+++ gcc/flags.h Tue Mar 30 03:36:49 1999
|
||
@@ -449,6 +449,9 @@
|
||
|
||
/* Do the full regmove optimization pass. */
|
||
extern int flag_regmove;
|
||
+
|
||
+/* Nonzero means that -Wformat accepts certain non-ANSI formats. */
|
||
+extern int flag_format_extensions;
|
||
|
||
/* Other basic status info about current function. */
|
||
|