Home | History | Annotate | Download | only in test

Lines Matching refs:gcc

5 # Usage: ./configure CC="sh gcc-fat.sh" && make && rm -rf ppc x86
8 GCC_COMPILE_PPC="gcc-3.3 -arch ppc \
12 -I/Developer/SDKs/MacOSX10.2.8.sdk/usr/include/gcc/darwin/3.3 \
16 -L/Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/3.3 \
21 GCC_COMPILE_X86="gcc-4.0 -arch i386 -mmacosx-version-min=10.4 \
25 -I/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.1/include \
29 -L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/i686-apple-darwin8/4.0.0 \
38 --version) exec gcc $1;;
39 -v) exec gcc $1;;
40 -V) exec gcc $1;;
41 -print-prog-name=*) exec gcc $1;;
42 -print-search-dirs) exec gcc $1;;