From c3f8ec2942f0ccf54125c67442168cb983366987 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 4 Jul 2006 10:59:15 +0000 Subject: 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. --- extra/Configs/Config.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extra/Configs') 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. -- cgit v1.2.3