dpatel 03/01/10 14:51:49
Modified: live/gcc3/gcc c-opts.c
Log:
Fix typo.
Bug #:3142104 gcc-1302: error: unrecognized option `-Waltivec-long-deprecated'
Revision Changes Path
1.9 +1 -1 src/live/gcc3/gcc/c-opts.c
Index: c-opts.c
===================================================================
RCS file: /cvs/Darwin/src/live/gcc3/gcc/c-opts.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- c-opts.c 2002/12/18 00:31:50 1.8
+++ c-opts.c 2003/01/10 22:51:49 1.9
@@ -133,7 +133,7 @@
OPT("Wabi", CL_CXX, OPT_Wabi) \
OPT("Wall", CL_ALL, OPT_Wall) \
/* APPLE LOCAL AltiVec */ \
- OPT("Waltivec-long-deprected", CL_ALL, OPT_Waltivec_long_deprecated)
\
+ OPT("Waltivec-long-deprecated", CL_ALL, OPT_Waltivec_long_deprecated)
\
OPT("Wbad-function-cast", CL_C, OPT_Wbad_function_cast) \
OPT("Wcast-qual", CL_ALL, OPT_Wcast_qual) \
OPT("Wchar-subscripts", CL_ALL, OPT_Wchar_subscripts) \