equal
deleted
inserted
replaced
33 -E) GCC_COMPILE_X86="$GCC_COMPILE_X86 -E" |
33 -E) GCC_COMPILE_X86="$GCC_COMPILE_X86 -E" |
34 GCC_COMPILE_X64="$GCC_COMPILE_X64 -E" |
34 GCC_COMPILE_X64="$GCC_COMPILE_X64 -E" |
35 compile=no; link=no;; |
35 compile=no; link=no;; |
36 -c) link=no;; |
36 -c) link=no;; |
37 -o) output=$2;; |
37 -o) output=$2;; |
38 *.c|*.cc|*.cpp|*.S) source=$1;; |
38 *.c|*.cc|*.cpp|*.S|*.m|*.mm) source=$1;; |
39 esac |
39 esac |
40 shift |
40 shift |
41 done |
41 done |
42 if test x$link = xyes; then |
42 if test x$link = xyes; then |
43 GCC_COMPILE_X86="$GCC_COMPILE_X86 $GCC_LINK_X86" |
43 GCC_COMPILE_X86="$GCC_COMPILE_X86 $GCC_LINK_X86" |