소스 검색

toolchain/gcc: remove unused GCC_ENABLE_CLOCALE

This variable was introduced in r17046 (add gfortran support,
2006-12-22) and wasn't used even there.

Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Peter Korsgaard 16 년 전
부모
커밋
6071bb4e1a
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 4
      toolchain/gcc/gcc-uclibc-3.x.mk
  2. 0 4
      toolchain/gcc/gcc-uclibc-4.x.mk

+ 0 - 4
toolchain/gcc/gcc-uclibc-3.x.mk

@@ -123,10 +123,6 @@ else
 GCC_SHARED_LIBGCC:=--disable-shared
 endif
 
-ifneq ($(BR2_ENABLE_LOCALE),y)
-GCC_ENABLE_CLOCALE:=--disable-clocale
-endif
-
 HOST_SOURCE+=gcc-source
 
 #############################################################

+ 0 - 4
toolchain/gcc/gcc-uclibc-4.x.mk

@@ -133,10 +133,6 @@ else
 GCC_SHARED_LIBGCC:=--disable-shared
 endif
 
-ifneq ($(BR2_ENABLE_LOCALE),y)
-GCC_ENABLE_CLOCALE:=--disable-clocale
-endif
-
 ifeq ($(BR2_KERNEL_HURD),y)
 EXTRA_GCC1_CONFIG_OPTIONS+=--without-headers
 endif