svn commit: trunk/buildroot: target/device/AMD/DBAu1500 toolchain/uCl etc...

andersen at uclibc.org andersen at uclibc.org
Tue Jul 4 11:06:48 UTC 2006


Author: andersen
Date: 2006-07-04 04:06:43 -0700 (Tue, 04 Jul 2006)
New Revision: 15597

Log:
Disable UCLIBC_HAS_GNU_GLOB, since gnu glob is a horrible bloated monster
and should NOT be enabled by default.


Modified:
   trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips
   trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel
   trunk/buildroot/toolchain/uClibc/uClibc.config
   trunk/buildroot/toolchain/uClibc/uClibc.config-locale


Changeset:
Modified: trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips
===================================================================
--- trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips	2006-07-04 11:06:01 UTC (rev 15596)
+++ trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mips	2006-07-04 11:06:43 UTC (rev 15597)
@@ -150,7 +150,7 @@
 # UCLIBC_HAS_WORDEXP is not set
 UCLIBC_HAS_FTW=y
 UCLIBC_HAS_GLOB=y
-UCLIBC_HAS_GNU_GLOB=y
+# UCLIBC_HAS_GNU_GLOB is not set
 
 #
 # Library Installation Options

Modified: trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel
===================================================================
--- trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel	2006-07-04 11:06:01 UTC (rev 15596)
+++ trunk/buildroot/target/device/AMD/DBAu1500/uClibc.config.mipsel	2006-07-04 11:06:43 UTC (rev 15597)
@@ -140,6 +140,7 @@
 # UCLIBC_HAS_WORDEXP=y
 UCLIBC_HAS_FTW=y
 UCLIBC_HAS_GLOB=y
+# UCLIBC_HAS_GNU_GLOB is not set
 
 #
 # Library Installation Options

Modified: trunk/buildroot/toolchain/uClibc/uClibc.config
===================================================================
--- trunk/buildroot/toolchain/uClibc/uClibc.config	2006-07-04 11:06:01 UTC (rev 15596)
+++ trunk/buildroot/toolchain/uClibc/uClibc.config	2006-07-04 11:06:43 UTC (rev 15597)
@@ -151,6 +151,7 @@
 # UCLIBC_HAS_WORDEXP is not set
 UCLIBC_HAS_FTW=y
 UCLIBC_HAS_GLOB=y
+# UCLIBC_HAS_GNU_GLOB is not set
 
 #
 # Library Installation Options

Modified: trunk/buildroot/toolchain/uClibc/uClibc.config-locale
===================================================================
--- trunk/buildroot/toolchain/uClibc/uClibc.config-locale	2006-07-04 11:06:01 UTC (rev 15596)
+++ trunk/buildroot/toolchain/uClibc/uClibc.config-locale	2006-07-04 11:06:43 UTC (rev 15597)
@@ -153,6 +153,7 @@
 # UCLIBC_HAS_WORDEXP is not set
 UCLIBC_HAS_FTW=y
 UCLIBC_HAS_GLOB=y
+# UCLIBC_HAS_GNU_GLOB is not set
 
 #
 # Library Installation Options




More information about the uClibc-cvs mailing list