gcc: Get rid of a unnecessary reference to glibc-dev
This commit is contained in:
parent
85bdb46370
commit
42c2be4c30
@ -224,7 +224,7 @@ postInstall() {
|
||||
done
|
||||
|
||||
# Get rid of some "fixed" header files
|
||||
rm -rf $out/lib/gcc/*/*/include/root
|
||||
rm -rfv $out/lib/gcc/*/*/include-fixed/{root,linux}
|
||||
|
||||
# Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
|
||||
for i in $out/bin/*-gcc*; do
|
||||
|
Loading…
Reference in New Issue
Block a user