From 6bfdbca3600dd60f6accbecbdc4c846a576e21e3 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 5 Jan 2014 18:31:17 +0800 Subject: [PATCH] Tools/GCCProxy - add -print-multi-os-directory handling --- Tools/GCCProxy/gccproxy.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/GCCProxy/gccproxy.sh b/Tools/GCCProxy/gccproxy.sh index 1b0dfbe4..410a4768 100755 --- a/Tools/GCCProxy/gccproxy.sh +++ b/Tools/GCCProxy/gccproxy.sh @@ -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" -- 2.20.1