Update AVR32 config to avoid questions during uclibc make oldconfig
This commit is contained in:
parent
43760e1943
commit
590bea2815
@ -37,10 +37,11 @@ ARCH_BIG_ENDIAN=y
|
||||
# ARCH_HAS_NO_MMU is not set
|
||||
ARCH_HAS_MMU=y
|
||||
UCLIBC_HAS_FLOATS=y
|
||||
# UCLIBC_HAS_FPU is not set
|
||||
# HAS_FPU is not set
|
||||
UCLIBC_HAS_SOFT_FLOAT=y
|
||||
DO_C99_MATH=y
|
||||
KERNEL_SOURCE="/home/avr32/buildroot/toolchain_build_avr32/linux"
|
||||
KERNEL_SOURCE="/home/ulf/projects/Buildroot/20070927/buildroot/toolchain_build_avr32/linux"
|
||||
C_SYMBOL_PREFIX=""
|
||||
HAVE_DOT_CONFIG=y
|
||||
|
||||
@ -101,7 +102,6 @@ UCLIBC_HAS_WCHAR=y
|
||||
# UCLIBC_HAS_LOCALE is not set
|
||||
UCLIBC_HAS_HEXADECIMAL_FLOATS=y
|
||||
UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y
|
||||
# USE_OLD_VFPRINTF is not set
|
||||
UCLIBC_PRINTF_SCANF_POSITIONAL_ARGS=9
|
||||
UCLIBC_HAS_SCANF_GLIBC_A_FLAG=y
|
||||
# UCLIBC_HAS_STDIO_BUFSIZ_NONE is not set
|
||||
@ -141,7 +141,7 @@ UCLIBC_HAS_GLOB=y
|
||||
#
|
||||
SHARED_LIB_LOADER_PREFIX="/lib"
|
||||
RUNTIME_PREFIX="/"
|
||||
DEVEL_PREFIX="/usr"
|
||||
DEVEL_PREFIX="/usr/"
|
||||
|
||||
#
|
||||
# uClibc security related options
|
||||
@ -151,7 +151,7 @@ DEVEL_PREFIX="/usr"
|
||||
#
|
||||
# uClibc development/debugging options
|
||||
#
|
||||
CROSS_COMPILER_PREFIX="/home/avr32/buildroot/build_avr32/staging_dir/bin/avr32-linux-uclibc-"
|
||||
CROSS_COMPILER_PREFIX="/home/ulf/projects/Buildroot/20070927/buildroot/build_avr32/staging_dir/usr/bin/avr32-linux-uclibc-"
|
||||
# DODEBUG is not set
|
||||
# DODEBUG_PT is not set
|
||||
# DOASSERTS is not set
|
||||
|
Loading…
Reference in New Issue
Block a user