Tools/GCCProxy - Fixing more bugs
authorJohn Hodge <[email protected]>
Sat, 1 Sep 2012 07:14:04 +0000 (15:14 +0800)
committerJohn Hodge <[email protected]>
Sat, 1 Sep 2012 07:14:04 +0000 (15:14 +0800)
Tools/GCCProxy/gccproxy.sh

index 213b54f..8fb035b 100755 (executable)
@@ -67,7 +67,7 @@ run() {
 }
 
 if [[ $_preproc -eq 1 ]]; then
-       run $_CC -E $CFLAGS $_cflags $_outfile
+       run $_CC -E $CFLAGS $_cflags $_miscargs $_outfile
        exit $?
 fi
 if [[ $_compile -eq 1 ]]; then

UCC git Repository :: git.ucc.asn.au