diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 22:36:05 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-03-14 22:36:05 +0000 |
commit | 4e447f14a33084a536e1a8a5fd9cfbdf6d7e126f (patch) | |
tree | c1ed2fcdbfb0cf758370fdf6f69241b664a88439 /lang/gcc33/files/patch-fc | |
parent | Remove gcc-testsuite from DISTFILES, along with the post-build and (diff) |
Remove per deprecation/expiration note.
Notes
Notes:
svn path=/head/; revision=230092
Diffstat (limited to 'lang/gcc33/files/patch-fc')
-rw-r--r-- | lang/gcc33/files/patch-fc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/lang/gcc33/files/patch-fc b/lang/gcc33/files/patch-fc deleted file mode 100644 index 628048a209e7..000000000000 --- a/lang/gcc33/files/patch-fc +++ /dev/null @@ -1,21 +0,0 @@ ---- gcc/toplev.c.orig Tue Jun 6 13:11:39 2000 -+++ gcc/toplev.c Mon Jun 26 20:19:31 2000 -@@ -787,6 +787,9 @@ - /* Tag all structures with __attribute__(packed) */ - int flag_pack_struct = 0; - -+/* Nonzero means that -Wformat accepts certain system-dependent formats. */ -+int flag_format_extensions = 0; -+ - /* Emit code to check for stack overflow; also may cause large objects - to be allocated dynamically. */ - int flag_stack_check; -@@ -1064,6 +1067,8 @@ - "Do the full regmove optimization pass"}, - {"pack-struct", &flag_pack_struct, 1, - N_("Pack structure members together without holes") }, -+ {"format-extensions", &flag_format_extensions, 1, -+ N_("-Wformat accepts certain FreeBSD system-dependent formats") }, - {"stack-check", &flag_stack_check, 1, - N_("Insert stack checking code into the program") }, - {"argument-alias", &flag_argument_noalias, 0, |