summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-12 08:32:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-14 12:19:26 +0100
commitbf78b9eaa9b33db053ca525fc0d3372db7a06187 (patch)
tree23d5572194902690b5bdd8af53cbe5455c2f5d48 /toolchain
parent1e50e4bca31af421a132647ede6cd204fa6d5d11 (diff)
glibc: do not override asm-CPPFLAGS, it breaks m68k toolchain building
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/glibc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/glibc/Makefile b/toolchain/glibc/Makefile
index ab207d740..b51210d94 100644
--- a/toolchain/glibc/Makefile
+++ b/toolchain/glibc/Makefile
@@ -78,7 +78,7 @@ $(WRKBUILD)/.configured:
touch $@
$(WRKBUILD)/.compiled:
- ${GLIBC_ENV} $(MAKE) ${GLIBC_MAKEOPTS} asm-CPPFLAGS='$${CFLAGS}' -C $(GLIBC_BUILD_DIR_FINAL) all
+ ${GLIBC_ENV} $(MAKE) ${GLIBC_MAKEOPTS} -C $(GLIBC_BUILD_DIR_FINAL) all
touch $@
$(WRKBUILD)/.installed: