diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:40:14 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-05 16:40:14 +0100 |
commit | 3c57bf5ea51f53d3cb39982165d012a2a6ef4322 (patch) | |
tree | ddae85eb2f18b32eda3be682d5c09cd2e31d5619 /autogen.sh | |
parent | 2f9dec073b6557401804aae180eab744a8b1a3cc (diff) |
build-sys: drop colorgcc
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autogen.sh b/autogen.sh index 4c834b6d61..60a0286ac6 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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) } |