Sfoglia il codice sorgente

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

Waldemar Brodkorb 7 anni fa
parent
commit
bf78b9eaa9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: