gcc 4.7: remove attempt to modify non-existent file

This commit is contained in:
Ludovic Courtès 2012-11-17 20:53:40 +01:00
parent 3aef242cc0
commit eb08033e06

View file

@ -205,8 +205,6 @@ stdenv.mkDerivation ({
echo "setting \`NATIVE_SYSTEM_HEADER_DIR' and \`STANDARD_INCLUDE_DIR' to \`${libc}/include'..."
sed -i "${gnu_h}" \
-es'|#define STANDARD_INCLUDE_DIR.*$|#define STANDARD_INCLUDE_DIR "${libc}/include"|g'
sed -i gcc/config/t-gnu \
-es'|NATIVE_SYSTEM_HEADER_DIR.*$|NATIVE_SYSTEM_HEADER_DIR = ${libc}/include|g'
''
else if cross != null || stdenv.gcc.libc != null then
# On NixOS, use the right path to the dynamic linker instead of