Update the uClibc config
This commit is contained in:
parent
31869eaac8
commit
9d82281e67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user