summaryrefslogtreecommitdiff
path: root/devel/zpu-binutils/files/patch-binutils_Makefile.in
blob: 1ee9174ab707c493c87961abafc35fca52e7a92b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- binutils/Makefile.in.orig	2013-12-30 21:37:55.575079987 -0500
+++ binutils/Makefile.in	2013-12-30 21:38:33.751076604 -0500
@@ -141,8 +141,8 @@
 
 # compilers to use to create programs which must be run in the build
 # environment.
-CC_FOR_BUILD = @CC_FOR_BUILD@
-CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
+CC_FOR_BUILD = ${CC}
+CFLAGS_FOR_BUILD = ${CFLAGS}
 
 CXX_FOR_BUILD = $(CXX)