summaryrefslogtreecommitdiffstats
path: root/rules/libc.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libc.in')
-rw-r--r--rules/libc.in33
1 files changed, 0 insertions, 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
-
-