This commit is contained in:
Kevin Lange 2013-05-22 14:49:20 -07:00
parent b14bbe5213
commit c1b921b31d

View File

@ -1,7 +1,5 @@
#!/bin/bash
export CLANG_FORCE_COLOR_DIAGNOSTICS=1
if [[ -n `which clang` ]] ; then
echo "clang -ccc-host-triple i686-elf"
elif [[ -n `which i686-pc-toaru-gcc` ]] ; then