Revision: 127059
Author:   bwendlin
Date:     2007-05-08 14:48:47 -0700 (Tue, 08 May 2007)

Log Message:
-----------
Use "--" instead of "-" for command line options.

Modified Paths:
--------------
    apple-local/branches/llvm/build_gcc

Modified: apple-local/branches/llvm/build_gcc
===================================================================
--- apple-local/branches/llvm/build_gcc 2007-05-08 21:01:22 UTC (rev 127058)
+++ apple-local/branches/llvm/build_gcc 2007-05-08 21:48:47 UTC (rev 127059)
@@ -160,7 +160,7 @@
 # These are the configure and build flags that are used.
 # APPLE LOCAL begin LLVM  Support for non /usr $DEST_ROOT, use libstdc++
 
-CONFIGFLAGS="--disable-checking -enable-werror \
+CONFIGFLAGS="--disable-checking --enable-werror \
   --prefix=$DEST_ROOT \
   --mandir=$DEST_ROOT/share/man \
   --enable-languages=c,objc,c++,obj-c++ \


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to