diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-12 08:32:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-14 12:19:26 +0100 |
commit | bf78b9eaa9b33db053ca525fc0d3372db7a06187 (patch) | |
tree | 23d5572194902690b5bdd8af53cbe5455c2f5d48 /toolchain/glibc/Makefile | |
parent | 1e50e4bca31af421a132647ede6cd204fa6d5d11 (diff) |
glibc: do not override asm-CPPFLAGS, it breaks m68k toolchain building
Diffstat (limited to 'toolchain/glibc/Makefile')
-rw-r--r-- | toolchain/glibc/Makefile | 2 |
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: |