mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
Update the armeb-unknown-linux-uclibc sample to using the linux-2.6.20.1 kernel headers.
This commit is contained in:
parent
dcdd2844e4
commit
1539198c6a
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# crosstool-NG version: 0.0.1
|
# crosstool-NG version: 0.0.1
|
||||||
# Sun Mar 4 13:14:28 2007
|
# Wed Mar 7 19:36:28 2007
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -23,6 +23,7 @@ CT_INSTALL_DIR="${CT_PREFIX_DIR}"
|
|||||||
# CT_CUSTOM_PATCH is not set
|
# CT_CUSTOM_PATCH is not set
|
||||||
# CT_CUSTOM_PATCH_ONLY is not set
|
# CT_CUSTOM_PATCH_ONLY is not set
|
||||||
CT_CUSTOM_PATCH_DIR=""
|
CT_CUSTOM_PATCH_DIR=""
|
||||||
|
CT_REMOVE_DOCS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Downloading and extracting
|
# Downloading and extracting
|
||||||
@ -92,7 +93,7 @@ CT_HOST_CC=""
|
|||||||
#
|
#
|
||||||
CT_KERNEL_LINUX=y
|
CT_KERNEL_LINUX=y
|
||||||
# CT_KERNEL_CYGWIN is not set
|
# CT_KERNEL_CYGWIN is not set
|
||||||
CT_KERNEL_VERSION="2.6.19.2"
|
CT_KERNEL_VERSION="2.6.20.1"
|
||||||
CT_KERNEL_LINUX_HEADERS_INSTALL=y
|
CT_KERNEL_LINUX_HEADERS_INSTALL=y
|
||||||
# CT_KERNEL_LINUX_HEADERS_SANITISED is not set
|
# CT_KERNEL_LINUX_HEADERS_SANITISED is not set
|
||||||
# CT_KERNEL_LINUX_HEADERS_COPY is not set
|
# CT_KERNEL_LINUX_HEADERS_COPY is not set
|
||||||
@ -107,8 +108,9 @@ CT_KERNEL_VERSION_SEE_EXTRAVERSION=y
|
|||||||
# CT_KERNEL_INSTALL_V_2_6_18_6 is not set
|
# CT_KERNEL_INSTALL_V_2_6_18_6 is not set
|
||||||
# CT_KERNEL_INSTALL_V_2_6_19 is not set
|
# CT_KERNEL_INSTALL_V_2_6_19 is not set
|
||||||
# CT_KERNEL_INSTALL_V_2_6_19_1 is not set
|
# CT_KERNEL_INSTALL_V_2_6_19_1 is not set
|
||||||
CT_KERNEL_INSTALL_V_2_6_19_2=y
|
# CT_KERNEL_INSTALL_V_2_6_19_2 is not set
|
||||||
# CT_KERNEL_INSTALL_V_2_6_20 is not set
|
# CT_KERNEL_INSTALL_V_2_6_20 is not set
|
||||||
|
CT_KERNEL_INSTALL_V_2_6_20_1=y
|
||||||
# CT_KERNEL_COPY_V_2_6_0 is not set
|
# CT_KERNEL_COPY_V_2_6_0 is not set
|
||||||
# CT_KERNEL_COPY_V_2_6_1 is not set
|
# CT_KERNEL_COPY_V_2_6_1 is not set
|
||||||
# CT_KERNEL_COPY_V_2_6_2 is not set
|
# CT_KERNEL_COPY_V_2_6_2 is not set
|
||||||
@ -302,6 +304,7 @@ CT_CC_CORE="gcc"
|
|||||||
# CT_CC_CORE_V_4_0_4 is not set
|
# CT_CC_CORE_V_4_0_4 is not set
|
||||||
# CT_CC_CORE_V_4_1_0 is not set
|
# CT_CC_CORE_V_4_1_0 is not set
|
||||||
# CT_CC_CORE_V_4_1_1 is not set
|
# CT_CC_CORE_V_4_1_1 is not set
|
||||||
|
# CT_CC_CORE_V_4_1_2 is not set
|
||||||
CT_CC_CORE_EXTRA_CONFIG=""
|
CT_CC_CORE_EXTRA_CONFIG=""
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -332,6 +335,7 @@ CT_CC="gcc"
|
|||||||
CT_CC_V_4_0_4=y
|
CT_CC_V_4_0_4=y
|
||||||
# CT_CC_V_4_1_0 is not set
|
# CT_CC_V_4_1_0 is not set
|
||||||
# CT_CC_V_4_1_1 is not set
|
# CT_CC_V_4_1_1 is not set
|
||||||
|
# CT_CC_V_4_1_2 is not set
|
||||||
CT_CC_EXTRA_CONFIG=""
|
CT_CC_EXTRA_CONFIG=""
|
||||||
CT_CC_SUPPORT_CXX=y
|
CT_CC_SUPPORT_CXX=y
|
||||||
CT_CC_SUPPORT_FORTRAN=y
|
CT_CC_SUPPORT_FORTRAN=y
|
||||||
@ -343,7 +347,7 @@ CT_CC_SUPPORT_OBJCXX=y
|
|||||||
#
|
#
|
||||||
# Additionnal supported languages:
|
# Additionnal supported languages:
|
||||||
#
|
#
|
||||||
CT_CC_LANG_CXX=y
|
# CT_CC_LANG_CXX is not set
|
||||||
# CT_CC_LANG_FORTRAN is not set
|
# CT_CC_LANG_FORTRAN is not set
|
||||||
# CT_CC_LANG_JAVA is not set
|
# CT_CC_LANG_JAVA is not set
|
||||||
# CT_CC_LANG_ADA is not set
|
# CT_CC_LANG_ADA is not set
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.19.1
|
# Linux kernel version: 2.6.20.1
|
||||||
# Sat Dec 23 17:36:49 2006
|
# Sun Mar 4 21:35:31 2007
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_GENERIC_TIME=y
|
CONFIG_GENERIC_TIME=y
|
||||||
@ -11,6 +11,8 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y
|
|||||||
CONFIG_HARDIRQS_SW_RESEND=y
|
CONFIG_HARDIRQS_SW_RESEND=y
|
||||||
CONFIG_GENERIC_IRQ_PROBE=y
|
CONFIG_GENERIC_IRQ_PROBE=y
|
||||||
CONFIG_RWSEM_GENERIC_SPINLOCK=y
|
CONFIG_RWSEM_GENERIC_SPINLOCK=y
|
||||||
|
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
|
||||||
|
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
|
||||||
CONFIG_GENERIC_HWEIGHT=y
|
CONFIG_GENERIC_HWEIGHT=y
|
||||||
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
CONFIG_GENERIC_CALIBRATE_DELAY=y
|
||||||
CONFIG_VECTORS_BASE=0xffff0000
|
CONFIG_VECTORS_BASE=0xffff0000
|
||||||
@ -37,6 +39,7 @@ CONFIG_SYSVIPC=y
|
|||||||
# CONFIG_UTS_NS is not set
|
# CONFIG_UTS_NS is not set
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
# CONFIG_IKCONFIG is not set
|
# CONFIG_IKCONFIG is not set
|
||||||
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
# CONFIG_RELAY is not set
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_INITRAMFS_SOURCE=""
|
CONFIG_INITRAMFS_SOURCE=""
|
||||||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
|
||||||
@ -76,7 +79,9 @@ CONFIG_KMOD=y
|
|||||||
# Block layer
|
# Block layer
|
||||||
#
|
#
|
||||||
CONFIG_BLOCK=y
|
CONFIG_BLOCK=y
|
||||||
|
# CONFIG_LBD is not set
|
||||||
# CONFIG_BLK_DEV_IO_TRACE is not set
|
# CONFIG_BLK_DEV_IO_TRACE is not set
|
||||||
|
# CONFIG_LSF is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# IO Schedulers
|
# IO Schedulers
|
||||||
@ -110,6 +115,7 @@ CONFIG_DEFAULT_IOSCHED="anticipatory"
|
|||||||
# CONFIG_ARCH_IMX is not set
|
# CONFIG_ARCH_IMX is not set
|
||||||
# CONFIG_ARCH_IOP32X is not set
|
# CONFIG_ARCH_IOP32X is not set
|
||||||
# CONFIG_ARCH_IOP33X is not set
|
# CONFIG_ARCH_IOP33X is not set
|
||||||
|
# CONFIG_ARCH_IOP13XX is not set
|
||||||
CONFIG_ARCH_IXP4XX=y
|
CONFIG_ARCH_IXP4XX=y
|
||||||
# CONFIG_ARCH_IXP2000 is not set
|
# CONFIG_ARCH_IXP2000 is not set
|
||||||
# CONFIG_ARCH_IXP23XX is not set
|
# CONFIG_ARCH_IXP23XX is not set
|
||||||
@ -165,6 +171,7 @@ CONFIG_CPU_CP15_MMU=y
|
|||||||
CONFIG_ARM_THUMB=y
|
CONFIG_ARM_THUMB=y
|
||||||
CONFIG_CPU_BIG_ENDIAN=y
|
CONFIG_CPU_BIG_ENDIAN=y
|
||||||
# CONFIG_CPU_DCACHE_DISABLE is not set
|
# CONFIG_CPU_DCACHE_DISABLE is not set
|
||||||
|
# CONFIG_IWMMXT is not set
|
||||||
CONFIG_XSCALE_PMU=y
|
CONFIG_XSCALE_PMU=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -274,6 +281,7 @@ CONFIG_INET_XFRM_MODE_BEET=y
|
|||||||
# CONFIG_TCP_CONG_ADVANCED is not set
|
# CONFIG_TCP_CONG_ADVANCED is not set
|
||||||
CONFIG_TCP_CONG_CUBIC=y
|
CONFIG_TCP_CONG_CUBIC=y
|
||||||
CONFIG_DEFAULT_TCP_CONG="cubic"
|
CONFIG_DEFAULT_TCP_CONG="cubic"
|
||||||
|
# CONFIG_TCP_MD5SIG is not set
|
||||||
# CONFIG_IPV6 is not set
|
# CONFIG_IPV6 is not set
|
||||||
# CONFIG_INET6_XFRM_TUNNEL is not set
|
# CONFIG_INET6_XFRM_TUNNEL is not set
|
||||||
# CONFIG_INET6_TUNNEL is not set
|
# CONFIG_INET6_TUNNEL is not set
|
||||||
@ -353,6 +361,7 @@ CONFIG_MTD_CMDLINE_PARTS=y
|
|||||||
# User Modules And Translation Layers
|
# User Modules And Translation Layers
|
||||||
#
|
#
|
||||||
CONFIG_MTD_CHAR=y
|
CONFIG_MTD_CHAR=y
|
||||||
|
CONFIG_MTD_BLKDEVS=y
|
||||||
CONFIG_MTD_BLOCK=y
|
CONFIG_MTD_BLOCK=y
|
||||||
# CONFIG_FTL is not set
|
# CONFIG_FTL is not set
|
||||||
# CONFIG_NFTL is not set
|
# CONFIG_NFTL is not set
|
||||||
@ -419,6 +428,7 @@ CONFIG_MTD_ARM_INTEGRATOR=y
|
|||||||
# NAND Flash Device Drivers
|
# NAND Flash Device Drivers
|
||||||
#
|
#
|
||||||
# CONFIG_MTD_NAND is not set
|
# CONFIG_MTD_NAND is not set
|
||||||
|
# CONFIG_MTD_NAND_CAFE is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# OneNAND Flash Device Drivers
|
# OneNAND Flash Device Drivers
|
||||||
@ -553,6 +563,7 @@ CONFIG_SMC91X=y
|
|||||||
# CONFIG_IXGB is not set
|
# CONFIG_IXGB is not set
|
||||||
# CONFIG_S2IO is not set
|
# CONFIG_S2IO is not set
|
||||||
# CONFIG_MYRI10GE is not set
|
# CONFIG_MYRI10GE is not set
|
||||||
|
# CONFIG_NETXEN_NIC is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Token Ring devices
|
# Token Ring devices
|
||||||
@ -674,10 +685,6 @@ CONFIG_HW_RANDOM_IXP4XX=y
|
|||||||
# CONFIG_DTLK is not set
|
# CONFIG_DTLK is not set
|
||||||
# CONFIG_R3964 is not set
|
# CONFIG_R3964 is not set
|
||||||
# CONFIG_APPLICOM is not set
|
# CONFIG_APPLICOM is not set
|
||||||
|
|
||||||
#
|
|
||||||
# Ftape, the floppy tape device driver
|
|
||||||
#
|
|
||||||
# CONFIG_DRM is not set
|
# CONFIG_DRM is not set
|
||||||
# CONFIG_RAW_DRIVER is not set
|
# CONFIG_RAW_DRIVER is not set
|
||||||
|
|
||||||
@ -932,6 +939,11 @@ CONFIG_SND_VERBOSE_PROCFS=y
|
|||||||
#
|
#
|
||||||
# CONFIG_SOUND_PRIME is not set
|
# CONFIG_SOUND_PRIME is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# HID Devices
|
||||||
|
#
|
||||||
|
# CONFIG_HID is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# USB support
|
# USB support
|
||||||
#
|
#
|
||||||
@ -1024,7 +1036,6 @@ CONFIG_RAMFS=y
|
|||||||
# CONFIG_BEFS_FS is not set
|
# CONFIG_BEFS_FS is not set
|
||||||
# CONFIG_BFS_FS is not set
|
# CONFIG_BFS_FS is not set
|
||||||
# CONFIG_EFS_FS is not set
|
# CONFIG_EFS_FS is not set
|
||||||
# CONFIG_JFFS_FS is not set
|
|
||||||
CONFIG_JFFS2_FS=y
|
CONFIG_JFFS2_FS=y
|
||||||
CONFIG_JFFS2_FS_DEBUG=0
|
CONFIG_JFFS2_FS_DEBUG=0
|
||||||
CONFIG_JFFS2_FS_WRITEBUFFER=y
|
CONFIG_JFFS2_FS_WRITEBUFFER=y
|
||||||
@ -1035,6 +1046,7 @@ CONFIG_JFFS2_ZLIB=y
|
|||||||
CONFIG_JFFS2_RTIME=y
|
CONFIG_JFFS2_RTIME=y
|
||||||
# CONFIG_JFFS2_RUBIN is not set
|
# CONFIG_JFFS2_RUBIN is not set
|
||||||
CONFIG_CRAMFS=y
|
CONFIG_CRAMFS=y
|
||||||
|
# CONFIG_SQUASHFS is not set
|
||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_HPFS_FS is not set
|
# CONFIG_HPFS_FS is not set
|
||||||
# CONFIG_QNX4FS_FS is not set
|
# CONFIG_QNX4FS_FS is not set
|
||||||
@ -1134,6 +1146,11 @@ CONFIG_NLS_ISO8859_1=m
|
|||||||
# CONFIG_NLS_KOI8_U is not set
|
# CONFIG_NLS_KOI8_U is not set
|
||||||
# CONFIG_NLS_UTF8 is not set
|
# CONFIG_NLS_UTF8 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Distributed Lock Manager
|
||||||
|
#
|
||||||
|
# CONFIG_DLM is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Profiling support
|
# Profiling support
|
||||||
#
|
#
|
||||||
@ -1146,6 +1163,8 @@ CONFIG_NLS_ISO8859_1=m
|
|||||||
CONFIG_ENABLE_MUST_CHECK=y
|
CONFIG_ENABLE_MUST_CHECK=y
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
# CONFIG_UNUSED_SYMBOLS is not set
|
# CONFIG_UNUSED_SYMBOLS is not set
|
||||||
|
# CONFIG_DEBUG_FS is not set
|
||||||
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
CONFIG_DEBUG_KERNEL=y
|
CONFIG_DEBUG_KERNEL=y
|
||||||
CONFIG_LOG_BUF_SHIFT=14
|
CONFIG_LOG_BUF_SHIFT=14
|
||||||
CONFIG_DETECT_SOFTLOCKUP=y
|
CONFIG_DETECT_SOFTLOCKUP=y
|
||||||
@ -1161,15 +1180,12 @@ CONFIG_DETECT_SOFTLOCKUP=y
|
|||||||
# CONFIG_DEBUG_KOBJECT is not set
|
# CONFIG_DEBUG_KOBJECT is not set
|
||||||
CONFIG_DEBUG_BUGVERBOSE=y
|
CONFIG_DEBUG_BUGVERBOSE=y
|
||||||
# CONFIG_DEBUG_INFO is not set
|
# CONFIG_DEBUG_INFO is not set
|
||||||
# CONFIG_DEBUG_FS is not set
|
|
||||||
# CONFIG_DEBUG_VM is not set
|
# CONFIG_DEBUG_VM is not set
|
||||||
# CONFIG_DEBUG_LIST is not set
|
# CONFIG_DEBUG_LIST is not set
|
||||||
CONFIG_FRAME_POINTER=y
|
CONFIG_FRAME_POINTER=y
|
||||||
CONFIG_FORCED_INLINING=y
|
CONFIG_FORCED_INLINING=y
|
||||||
# CONFIG_HEADERS_CHECK is not set
|
|
||||||
# CONFIG_RCU_TORTURE_TEST is not set
|
# CONFIG_RCU_TORTURE_TEST is not set
|
||||||
CONFIG_DEBUG_USER=y
|
CONFIG_DEBUG_USER=y
|
||||||
# CONFIG_DEBUG_WAITQ is not set
|
|
||||||
CONFIG_DEBUG_ERRORS=y
|
CONFIG_DEBUG_ERRORS=y
|
||||||
CONFIG_DEBUG_LL=y
|
CONFIG_DEBUG_LL=y
|
||||||
# CONFIG_DEBUG_ICEDCC is not set
|
# CONFIG_DEBUG_ICEDCC is not set
|
||||||
@ -1188,6 +1204,7 @@ CONFIG_DEBUG_LL=y
|
|||||||
#
|
#
|
||||||
# Library routines
|
# Library routines
|
||||||
#
|
#
|
||||||
|
CONFIG_BITREVERSE=y
|
||||||
# CONFIG_CRC_CCITT is not set
|
# CONFIG_CRC_CCITT is not set
|
||||||
# CONFIG_CRC16 is not set
|
# CONFIG_CRC16 is not set
|
||||||
CONFIG_CRC32=y
|
CONFIG_CRC32=y
|
||||||
@ -1195,3 +1212,4 @@ CONFIG_CRC32=y
|
|||||||
CONFIG_ZLIB_INFLATE=y
|
CONFIG_ZLIB_INFLATE=y
|
||||||
CONFIG_ZLIB_DEFLATE=y
|
CONFIG_ZLIB_DEFLATE=y
|
||||||
CONFIG_PLIST=y
|
CONFIG_PLIST=y
|
||||||
|
CONFIG_IOMAP_COPY=y
|
Loading…
x
Reference in New Issue
Block a user