mirror of
https://github.com/systemd/systemd.git
synced 2024-11-24 02:33:36 +08:00
build-sys: drop colorgcc
This commit is contained in:
parent
2f9dec073b
commit
3c57bf5ea5
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user