uclibc: ucslugc config 0.9.28 updated
authorJohn Bowler <jbowler@nslu2-linux.org>
Wed, 7 Sep 2005 16:51:57 +0000 (16:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 7 Sep 2005 16:51:57 +0000 (16:51 +0000)
The config now sets the processor option to XScale, correct for ucslugc
(which is NSLU2)

packages/uclibc/uclibc-0.9.28/ucslugc/uClibc.config

index 244d02f..f6810dc 100644 (file)
@@ -29,7 +29,7 @@ HAVE_ELF=y
 ARCH_SUPPORTS_LITTLE_ENDIAN=y
 TARGET_ARCH="arm"
 ARCH_SUPPORTS_BIG_ENDIAN=y
-CONFIG_GENERIC_ARM=y
+# CONFIG_GENERIC_ARM is not set
 # CONFIG_ARM610 is not set
 # CONFIG_ARM710 is not set
 # CONFIG_ARM720T is not set
@@ -39,7 +39,7 @@ CONFIG_GENERIC_ARM=y
 # CONFIG_ARM1136JF_S is not set
 # CONFIG_ARM_SA110 is not set
 # CONFIG_ARM_SA1100 is not set
-# CONFIG_ARM_XSCALE is not set
+CONFIG_ARM_XSCALE=y
 # ARCH_LITTLE_ENDIAN is not set
 ARCH_BIG_ENDIAN=y
 # ARCH_HAS_NO_MMU is not set
@@ -48,7 +48,7 @@ UCLIBC_HAS_FLOATS=y
 # HAS_FPU is not set
 UCLIBC_HAS_SOFT_FLOAT=y
 DO_C99_MATH=y
-KERNEL_SOURCE="/home/work-tmp/jbowler/nslu2/ucslugc/cross/armeb-linux-uclibc/include"
+KERNEL_SOURCE="/path/to/kernel/files"
 C_SYMBOL_PREFIX=""
 HAVE_DOT_CONFIG=y
 
@@ -148,7 +148,7 @@ UCLIBC_HAS_GLOB=y
 #
 SHARED_LIB_LOADER_PREFIX="$(DEVEL_PREFIX)/lib"
 RUNTIME_PREFIX="/"
-DEVEL_PREFIX="//usr"
+DEVEL_PREFIX="/usr"
 
 #
 # uClibc security related options