[llvm-commits] [127059] Use "--" instead of "-" for command line options.
bwendlin at apple.com
bwendlin at apple.com
Tue May 8 14:48:47 PDT 2007
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++ \
More information about the llvm-commits
mailing list