about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/4.3/libmudflap-cpp.patch
blob: 09dfb26b20db8f988d7f80a30603002811bf7917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile.in b/Makefile.in
index d24c1af..b86e522 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -230,6 +229,7 @@ RAW_CXX_TARGET_EXPORTS = \
 
 NORMAL_TARGET_EXPORTS = \
 	$(BASE_TARGET_EXPORTS) \
+	CPP="$(CC_FOR_TARGET) -E"; export CPP; \
 	CXX="$(CXX_FOR_TARGET)"; export CXX;
 
 # Where to find GMP