Lines Matching refs:gcc
5 # This script depends on the llvm-native-gcc script.
11 echo "Building $program with llvm-native-gcc"
13 gmake -e $program CC=llvm-native-gcc CXX=llvm-native-gxx
25 gcc -c __main.c
28 gmake -n $program 2>&1 | sed '/gcc/s/$/__main.o/' >> $linker
113 echo "Recompiling everything with llvm-native-gcc"
117 gmake $f CC=llvm-native-gcc CXX=llvm-native-gxx
123 echo "Sorry, I can't help you, $program is OK when compiled with llvm-native-gcc"
128 echo Trying to compile $f with native gcc and rebuild $program
130 gmake ${f} CC=gcc > /dev/null 2>&1
144 echo "Program is OK when these files are recompiled with native gcc: "
147 echo "Program is not OK when these files are recompiled with native gcc: "