svn path=/nixpkgs/branches/stdenv-updates/; revision=11804
This commit is contained in:
parent
75fa800307
commit
def8943aeb
@ -102,10 +102,10 @@ rm -rf gcc/lib/gcc/*/*/include/root
|
|||||||
rm -rf gcc/lib/gcc/*/*/include/linux
|
rm -rf gcc/lib/gcc/*/*/include/linux
|
||||||
if test "$system" = "powerpc-linux"; then
|
if test "$system" = "powerpc-linux"; then
|
||||||
nukeRefs gcc/lib/gcc/powerpc-unknown-linux-gnu/*/include/bits/mathdef.h
|
nukeRefs gcc/lib/gcc/powerpc-unknown-linux-gnu/*/include/bits/mathdef.h
|
||||||
# Dangling symlink "sound", probably produced by fixinclude.
|
|
||||||
# Should investigate why it's there in the first place.
|
|
||||||
rm -f gcc/lib/gcc/powerpc-unknown-linux-gnu/*/include/sound
|
|
||||||
fi
|
fi
|
||||||
|
# Dangling symlink "sound", probably produced by fixinclude.
|
||||||
|
# Should investigate why it's there in the first place.
|
||||||
|
rm -f gcc/lib/gcc/*/*/include/sound
|
||||||
|
|
||||||
|
|
||||||
# Create the glibc tarball.
|
# Create the glibc tarball.
|
||||||
@ -130,10 +130,8 @@ for i in glibc/include/asm-*; do
|
|||||||
rm $i
|
rm $i
|
||||||
cp -prd $target glibc/include
|
cp -prd $target glibc/include
|
||||||
done
|
done
|
||||||
if test "$system" = "powerpc-linux"; then
|
# Hopefully we won't need these.
|
||||||
# Hopefully we won't need these.
|
rm -f glibc/include/mtd glibc/include/rdma glibc/include/sound glibc/include/video
|
||||||
rm -f glibc/include/mtd glibc/include/rdma glibc/include/sound glibc/include/video
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
# Strip executables even further.
|
# Strip executables even further.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user