summaryrefslogtreecommitdiff
path: root/extra/Configs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-07-04 10:59:15 +0000
committerEric Andersen <andersen@codepoet.org>2006-07-04 10:59:15 +0000
commitc3f8ec2942f0ccf54125c67442168cb983366987 (patch)
treebc30b54db26ca5ac3a7fba95aa959895cb2e0e32 /extra/Configs
parent06980c0e6d7f025cc891537f3b7670e3e86693a1 (diff)
gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the latest and
massivly bloated greatest from glibc. And fixes things so the gnu glob interface is no longer the default.
Diffstat (limited to 'extra/Configs')
-rw-r--r--extra/Configs/Config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 7a885c8ad..37bbc8716 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1200,7 +1200,7 @@ config UCLIBC_HAS_GLOB
config UCLIBC_HAS_GNU_GLOB
bool "Support gnu glob() interface"
depends on UCLIBC_HAS_GLOB
- default y
+ default n
help
The gnu glob interface is somewhat larger (weighing in at about 4,2k) than
it's SuSv3 counterpart (and is out of date). It is an old copy from glibc and
@@ -1208,7 +1208,6 @@ config UCLIBC_HAS_GNU_GLOB
Answer Y if you want to include full gnu glob() instead of the smaller SUSv3
compatible glob().
- It is only default, because it is the old/stable version.
Most people will answer N.