From a07ae6147694791d5dd2f45693ef5f153f5d5718 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 4 Jan 2012 20:26:12 -0500 Subject: [PATCH] tools: remove all option to the compiler Also use cc instead of gcc. Signed-off-by: Jean Privat --- bin/gccx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/gccx b/bin/gccx index 4ec4d8c..83f8c9f 100755 --- 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 -- 1.7.9.5