build-sys: drop colorgcc

This commit is contained in:
Lennart Poettering 2012-01-05 16:40:14 +01:00
parent 2f9dec073b
commit 3c57bf5ea5

View File

@ -48,10 +48,6 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
echo "Activated pre-commit hook."
fi
if type -p colorgcc > /dev/null ; then
export CC=colorgcc
fi
libdir() {
echo $(cd $1/$(gcc -print-multi-os-directory); pwd)
}