diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-04 13:26:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-04 13:26:33 +0000 |
commit | 9d82281e6736313e09196dd43f7ec1461b99872c (patch) | |
tree | a5d3a696849ce6d61c0c9398870d986ef9565e8f /sources/uClibc.config | |
parent | 31869eaac874884edda4c0c2ca279dffc7d20c69 (diff) | |
download | buildroot-novena-9d82281e6736313e09196dd43f7ec1461b99872c.tar.gz buildroot-novena-9d82281e6736313e09196dd43f7ec1461b99872c.zip |
Update the uClibc config
Diffstat (limited to 'sources/uClibc.config')
-rw-r--r-- | sources/uClibc.config | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/sources/uClibc.config b/sources/uClibc.config index a50e72bba..d858814f4 100644 --- a/sources/uClibc.config +++ b/sources/uClibc.config @@ -1,11 +1,26 @@ # # Automatically generated make config: don't edit # +# TARGET_ALPHA is not set +# TARGET_ARM is not set +# TARGET_CRIS is not set +# TARGET_E1 is not set +# TARGET_H8300 is not set +TARGET_I386=y +# TARGET_I960 is not set +# TARGET_M68K is not set +# TARGET_MICROBLAZE is not set +# TARGET_MIPS is not set +# TARGET_POWERPC is not set +# TARGET_SH is not set +# TARGET_SPARC is not set +# TARGET_V850 is not set # # Target Architecture Features and Options # HAVE_ELF=y +TARGET_ARCH="i386" CONFIG_GENERIC_386=y # CONFIG_386 is not set # CONFIG_486 is not set @@ -20,8 +35,12 @@ CONFIG_GENERIC_386=y # CONFIG_WINCHIPC6 is not set # CONFIG_WINCHIP2 is not set # CONFIG_CYRIXIII is not set +ARCH_LITTLE_ENDIAN=y +# ARCH_BIG_ENDIAN is not set +# ARCH_HAS_NO_MMU is not set UCLIBC_HAS_MMU=y UCLIBC_HAS_FLOATS=y +# ARCH_HAS_NO_FPU is not set HAS_FPU=y DO_C99_MATH=y WARNINGS="-Wall" @@ -32,9 +51,9 @@ HAVE_DOT_CONFIG=y # # General Library Settings # +# HAVE_NO_PIC is not set DOPIC=y HAVE_SHARED=y -# ADD_LIBGCC_FUNCTIONS is not set BUILD_UCLIBC_LDSO=y LDSO_LDD_SUPPORT=y UCLIBC_CTOR_DTOR=y @@ -110,11 +129,9 @@ UCLIBC_HAS_GLOB=y # # Library Installation Options # -SHARED_LIB_LOADER_PATH="/lib" +SHARED_LIB_LOADER_PREFIX="/lib" RUNTIME_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" DEVEL_PREFIX="/usr/$(TARGET_ARCH)-linux-uclibc" -SYSTEM_DEVEL_PREFIX="$(DEVEL_PREFIX)" -DEVEL_TOOL_PREFIX="$(DEVEL_PREFIX)/usr" # # uClibc development/debugging options |