Browse Source

glibc: do not override asm-CPPFLAGS, it breaks m68k toolchain building

Waldemar Brodkorb 7 years ago
parent
commit
bf78b9eaa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/glibc/Makefile

+ 1 - 1
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: