tools: remove all option to the compiler
authorJean Privat <jean@pryen.org>
Thu, 5 Jan 2012 01:26:12 +0000 (20:26 -0500)
committerJean Privat <jean@pryen.org>
Thu, 5 Jan 2012 01:26:12 +0000 (20:26 -0500)
Also use cc instead of gcc.

Signed-off-by: Jean Privat <jean@pryen.org>

bin/gccx

index 4ec4d8c..83f8c9f 100755 (executable)
--- a/bin/gccx
+++ b/bin/gccx
@@ -19,7 +19,7 @@
 
 OPTS="-g" # option for compiler call
 objs="" # List of .o files
-CC="gcc --ansi --pedantic -Wall -Wextra -Wformat-security -Wcast-align -Wno-uninitialized -Wno-unused-variable -Wno-unused-label -Wno-unused-parameter -Wno-missing-field-initializers -Wno-array-bounds -Wno-unused-but-set-variable" # Default compiler call
+CC="cc" # Default compiler call
 ext="_savo _sav" # Default flavor to reuse
 out="a.out"  # Default output binary filename
 dir="" # Default tmp dir