From bd68f743e6920d57d724867c4f1ce2870bc781bf Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 15 Dec 2015 07:43:46 +0100 Subject: glibc: remove duplicate kconfig options Signed-off-by: Michael Olbrich --- rules/libc.in | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/rules/libc.in b/rules/libc.in index 85f0258..57ccbdc 100644 --- a/rules/libc.in +++ b/rules/libc.in @@ -50,36 +50,3 @@ choice microcontrollers (harvard architecture) endchoice - - -# -# sysroot support -# -config TOOLCHAIN_ENABLE_SYSROOT - bool - default !TOOLCHAIN_DISABLE_SYSROOT - -config TOOLCHAIN_DISABLE_SYSROOT - bool - -config TOOLCHAIN_CONFIG_SYSROOT - string - default "--with-sysroot=${SYSROOT}" if TOOLCHAIN_ENABLE_SYSROOT - - -# -# multilib support -# -config TOOLCHAIN_ENABLE_MULTILIB - bool - -config TOOLCHAIN_DISABLE_MULTILIB - bool - default !TOOLCHAIN_ENABLE_MULTILIB - -config TOOLCHAIN_CONFIG_MULTILIB - string - default "--enable-multilib" if TOOLCHAIN_ENABLE_MULTILIB - default "--disable-multilib" if TOOLCHAIN_DISABLE_MULTILIB - - -- cgit v1.2.3