diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-30 19:06:54 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-08-30 19:06:54 +0000 |
commit | 3f4fe1d4a0a7f4117916b7d894c5877b0374fbf0 (patch) | |
tree | 0a6b289f24e10cf8d0f60dee4222cf9a3652c046 /lang/gcc30/files/patch-fc | |
parent | Make CATEGORIES and MAINTAINER overridable for japanese/kde*. (diff) |
Update to GCC 3.0.0.
Notes
Notes:
svn path=/head/; revision=47170
Diffstat (limited to 'lang/gcc30/files/patch-fc')
-rw-r--r-- | lang/gcc30/files/patch-fc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc30/files/patch-fc b/lang/gcc30/files/patch-fc index f783e5cae528..d03aaf307875 100644 --- a/lang/gcc30/files/patch-fc +++ b/lang/gcc30/files/patch-fc @@ -13,11 +13,11 @@ @@ -1064,6 +1067,8 @@ "Do the full regmove optimization pass"}, {"pack-struct", &flag_pack_struct, 1, - "Pack structure members together without holes" }, + N_("Pack structure members together without holes") }, + {"format-extensions", &flag_format_extensions, 1, -+ "-Wformat accepts certain FreeBSD system-dependent formats" }, ++ N_("-Wformat accepts certain FreeBSD system-dependent formats") }, {"stack-check", &flag_stack_check, 1, - "Insert stack checking code into the program" }, + N_("Insert stack checking code into the program") }, {"argument-alias", &flag_argument_noalias, 0, @@ -4484,6 +4489,19 @@ if (optimize_val != -1) |