Skip to content
Snippets Groups Projects
Commit 6bfdbca3 authored by John Hodge's avatar John Hodge
Browse files

Tools/GCCProxy - add -print-multi-os-directory handling

parent 3d8afde1
No related merge requests found
...@@ -73,6 +73,10 @@ while [[ $# -gt 0 ]]; do ...@@ -73,6 +73,10 @@ while [[ $# -gt 0 ]]; do
echo $0 --inv=ld echo $0 --inv=ld
exit 0 exit 0
;; ;;
-print-multi-os-directory)
_compile=1
_cflags=$_cflags" $1"
;;
-dumpspecs) -dumpspecs)
_compile=1 _compile=1
_miscargs=$_miscargs" $1" _miscargs=$_miscargs" $1"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment