mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
13 lines
385 B
Text
13 lines
385 B
Text
--- 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)
|
|
|