aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorChristian Schüler <cschueler@gmx.de>2011-03-30 14:45:49 +0000
committerMike Stump <mrs@gcc.gnu.org>2011-03-30 14:45:49 +0000
commitbd837408eeb0bd05b4b2621983f79bb7da8d253c (patch)
tree6e6e4d94713781a7aa167973d456801c11456b1c /gcc/c-family
parente9c0470ac5719868e0dd0e2e5768c3a70ec4cb78 (diff)
downloadgcc-bd837408eeb0bd05b4b2621983f79bb7da8d253c.zip
gcc-bd837408eeb0bd05b4b2621983f79bb7da8d253c.tar.gz
gcc-bd837408eeb0bd05b4b2621983f79bb7da8d253c.tar.bz2
PR/driver 48208
2011-03-30 Christian Schüler <cschueler@gmx.de> PR/driver 48208 * config/c.opt (F): Added 'Driver' to -F option. PR/driver 48260 * config/darwin-driver.c (darwin_driver_init): Add '-arch' to handler function. * config/darwin.opt: Added '-arch' option. From-SVN: r171727
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/c.opt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c.opt b/gcc/c-family/c.opt
index 4c4727f..6fc7278 100644
--- a/gcc/c-family/c.opt
+++ b/gcc/c-family/c.opt
@@ -201,7 +201,7 @@ E
C ObjC C++ ObjC++ Undocumented Var(flag_preprocess_only)
F
-C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
+Driver C ObjC C++ ObjC++ Joined Separate MissingArgError(missing path after %qs)
-F <dir> Add <dir> to the end of the main framework include path
H