Przeglądaj źródła

filter out -fno-asynchronous-unwind-tables as it breaks any newer glibc build for x86_64. gconv failures

Waldemar Brodkorb 8 lat temu
rodzic
commit
59051497c4
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      toolchain/glibc/Makefile.inc

+ 1 - 0
toolchain/glibc/Makefile.inc

@@ -53,6 +53,7 @@ endif
 ifeq ($(ADK_TARGET_FLOAT),hard)
 GLIBC_CONFOPTS+=	--with-fp
 endif
+TARGET_CFLAGS:=		$(filter-out -fno-asynchronous-unwind-tables,$(TARGET_CFLAGS))
 TARGET_CFLAGS:=		$(filter-out -fstack-protector-all,$(TARGET_CFLAGS))
 TARGET_LDFLAGS:=	$(filter-out -fstack-protector-all,$(TARGET_LDFLAGS))
 GLIBC_ENV:=             PATH='${TARGET_PATH}' \