summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc-4.0/gcc-4.0.2-cxx.patch
blob: b9d558d5c1756eb156319c030c328c85845bbc5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN gcc-4.0.2/configure gcc-4.0.2.new/configure
--- gcc-4.0.2/configure	2005-09-13 09:01:28.000000000 +0200
+++ gcc-4.0.2.new/configure	2006-01-20 20:38:09.000000000 +0100
@@ -3471,7 +3471,7 @@
 # being built; programs in there won't even run.
 if test "${build}" = "${host}" && test -d ${srcdir}/gcc; then
   # Search for pre-installed headers if nothing else fits.
-  FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include'
+  FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -B$(build_tooldir)/bin/ -B$(build_tooldir)/lib/ -isystem $(build_tooldir)/include -isystem $(build_tooldir)/sys-include $(NIX_EXTRA_CFLAGS)'
 fi
 
 if test "x${use_gnu_ld}" = x &&