mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
samples: update the AVR32 sample
This commit is contained in:
parent
0a7fb290da
commit
5223e73b15
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Automatically generated make config: don't edit
|
||||
# crosstool-NG version: hg_default@1596_241387704817
|
||||
# Wed Oct 28 19:23:07 2009
|
||||
# crosstool-NG version: hg_default@1653_cb85ebfc389e
|
||||
# Sun Nov 22 16:10:13 2009
|
||||
#
|
||||
|
||||
#
|
||||
@ -47,6 +47,7 @@ CT_PATCH_BUNDLED=y
|
||||
# CT_PATCH_LOCAL_BUNDLED is not set
|
||||
# CT_PATCH_BUNDLED_FALLBACK_LOCAL is not set
|
||||
# CT_PATCH_LOCAL_FALLBACK_BUNDLED is not set
|
||||
# CT_PATCH_NONE is not set
|
||||
CT_PATCH_ORDER="bundled"
|
||||
# CT_PATCH_SINGLE is not set
|
||||
# CT_PATCH_USE_LOCAL is not set
|
||||
@ -83,9 +84,10 @@ CT_LOG_FILE_COMPRESS=y
|
||||
# Target options
|
||||
#
|
||||
CT_ARCH="avr32"
|
||||
# CT_ARCH_64 is not set
|
||||
# CT_ARCH_SUPPORTS_BOTH_MMU is not set
|
||||
# CT_ARCH_SUPPORTS_BOTH_ENDIAN is not set
|
||||
# CT_ARCH_SUPPORTS_32 is not set
|
||||
# CT_ARCH_SUPPORTS_64 is not set
|
||||
CT_ARCH_SUPPORT_ARCH=y
|
||||
# CT_ARCH_SUPPORT_ABI is not set
|
||||
CT_ARCH_SUPPORT_CPU=y
|
||||
@ -94,10 +96,14 @@ CT_ARCH_SUPPORT_FPU=y
|
||||
# CT_ARCH_DEFAULT_HAS_MMU is not set
|
||||
CT_ARCH_DEFAULT_BE=y
|
||||
# CT_ARCH_DEFAULT_LE is not set
|
||||
# CT_ARCH_DEFAULT_32 is not set
|
||||
# CT_ARCH_DEFAULT_64 is not set
|
||||
CT_ARCH_ARCH=""
|
||||
CT_ARCH_CPU=""
|
||||
CT_ARCH_TUNE=""
|
||||
CT_ARCH_FPU=""
|
||||
# CT_ARCH_32 is not set
|
||||
# CT_ARCH_64 is not set
|
||||
# CT_ARCH_FLOAT_HW is not set
|
||||
CT_ARCH_FLOAT_SW=y
|
||||
CT_TARGET_CFLAGS=""
|
||||
@ -112,10 +118,9 @@ CT_ARCH_avr32=y
|
||||
# CT_ARCH_ia64 is not set
|
||||
# CT_ARCH_mips is not set
|
||||
# CT_ARCH_powerpc is not set
|
||||
# CT_ARCH_powerpc64 is not set
|
||||
# CT_ARCH_s390 is not set
|
||||
# CT_ARCH_sh is not set
|
||||
# CT_ARCH_x86 is not set
|
||||
# CT_ARCH_x86_64 is not set
|
||||
CT_ARCH_USE_MMU=y
|
||||
|
||||
#
|
||||
@ -223,25 +228,31 @@ CT_CC_SUPPORT_OBJCXX=y
|
||||
# Additional supported languages:
|
||||
#
|
||||
# CT_CC_LANG_CXX is not set
|
||||
CT_LIBC="newlib"
|
||||
|
||||
#
|
||||
# C-library
|
||||
#
|
||||
CT_LIBC="newlib"
|
||||
CT_LIBC_VERSION="1.17.0"
|
||||
# CT_LIBC_eglibc is not set
|
||||
# CT_LIBC_glibc is not set
|
||||
CT_LIBC_newlib=y
|
||||
# CT_LIBC_none is not set
|
||||
# CT_LIBC_uClibc is not set
|
||||
CT_NEWLIB_V_1_17_0=y
|
||||
CT_LIBC_NEWLIB_V_1_17_0=y
|
||||
# CT_LIBC_NEWLIB_CVS is not set
|
||||
|
||||
#
|
||||
# Architecture specific options
|
||||
#
|
||||
CT_ATMEL_AVR32_HEADERS=y
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
CT_THREADS="none"
|
||||
|
||||
#
|
||||
# Common C library options
|
||||
#
|
||||
# CT_LIBC_SUPPORT_NPTL is not set
|
||||
# CT_LIBC_SUPPORT_LINUXTHREADS is not set
|
||||
CT_THREADS="none"
|
||||
# CT_THREADS_NPTL is not set
|
||||
# CT_THREADS_LINUXTHREADS is not set
|
||||
CT_THREADS_NONE=y
|
||||
|
Loading…
Reference in New Issue
Block a user