summaryrefslogtreecommitdiff
path: root/config/libc/eglibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r--config/libc/eglibc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index f37ff89..0dc6848 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -95,6 +95,13 @@ config EGLIBC_CHECKOUT
Note that crosstool-NG will *not* update your working copy, you will
have to do that yourself.
+config EGLIBC_OPT_SIZE
+ bool
+ prompt "optimize eglibc for size (-Os)"
+ help
+ Optimize eglibc for size using -Os instead of -O2. This will make eglibc
+ smaller but may make it slower.
+
config EGLIBC_CUSTOM_CONFIG
bool
prompt "Use custom configuration file"