Tools/GCCProxy - add -print-multi-os-directory handling
authorJohn Hodge <[email protected]>
Sun, 5 Jan 2014 10:31:17 +0000 (18:31 +0800)
committerJohn Hodge <[email protected]>
Sun, 5 Jan 2014 10:31:17 +0000 (18:31 +0800)
Tools/GCCProxy/gccproxy.sh

index 1b0dfbe..410a476 100755 (executable)
@@ -73,6 +73,10 @@ while [[ $# -gt 0 ]]; do
                echo $0 --inv=ld
                exit 0
                ;;
+       -print-multi-os-directory)
+               _compile=1
+               _cflags=$_cflags" $1"
+               ;;
        -dumpspecs)
                _compile=1
                _miscargs=$_miscargs" $1"

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