소스 검색

glibc: remove obsolete configure opts

Waldemar Brodkorb 1 년 전
부모
커밋
57569bf68c
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      toolchain/glibc/Makefile

+ 0 - 2
toolchain/glibc/Makefile

@@ -19,9 +19,7 @@ TARGET_CXXFLAGS:=	$(filter-out -ffast-math,$(TARGET_CXXFLAGS))
 GLIBC_CONFOPTS:=	--build=$(GNU_HOST_NAME) \
 			--host=$(GNU_TARGET_NAME) \
 			--with-headers=$(STAGING_TARGET_DIR)/usr/include \
-			--enable-stackguard-randomization \
 			--disable-sanity-checks \
-			--disable-nls \
 			--disable-werror \
 			--disable-nscd \
 			--disable-default-pie \