gcc: Get rid of a unnecessary reference to glibc-dev

This commit is contained in:
Eelco Dolstra 2013-06-11 21:55:37 +02:00
parent 85bdb46370
commit 42c2be4c30

View File

@ -224,7 +224,7 @@ postInstall() {
done done
# Get rid of some "fixed" header files # 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. # Replace hard links for i686-pc-linux-gnu-gcc etc. with symlinks.
for i in $out/bin/*-gcc*; do for i in $out/bin/*-gcc*; do