Explorar o código

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

Waldemar Brodkorb %!s(int64=8) %!d(string=hai) anos
pai
achega
59051497c4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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}' \