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