From: Victor Martinez Date: Mon, 1 Mar 2010 12:51:02 +0000 (+0000) Subject: Changed config to add eabi support. Fixed target var in Makefile. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=400a08f7b54283c61b87cf765fe5599a700a11d2;p=kernel%2Fversatile.git Changed config to add eabi support. Fixed target var in Makefile. --- diff --git a/Makefile b/Makefile index de5936a..12df21a 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ # src/kernel/Makefile # -TARGET = arm-unknown-linux-gnu +TARGET = arm-crux-linux-gnueabi TOPDIR = $(shell pwd) WORK = $(PWD)/work diff --git a/config-2.6.19 b/config-2.6.19 index 7c6644f..6f20db0 100644 --- a/config-2.6.19 +++ b/config-2.6.19 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.19 -# Thu Sep 24 14:50:12 2009 +# Mon Mar 1 12:50:09 2010 # CONFIG_ARM=y # CONFIG_GENERIC_TIME is not set @@ -181,7 +181,8 @@ CONFIG_PCMCIA_IOCTL=y # CONFIG_PREEMPT is not set # CONFIG_NO_IDLE_HZ is not set CONFIG_HZ=100 -# CONFIG_AEABI is not set +CONFIG_AEABI=y +CONFIG_OABI_COMPAT=y # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set CONFIG_SELECT_MEMORY_MODEL=y CONFIG_FLATMEM_MANUAL=y @@ -210,8 +211,7 @@ CONFIG_CMDLINE="root=1f03 mem=32M" # # At least one emulation must be selected # -CONFIG_FPE_NWFPE=y -# CONFIG_FPE_NWFPE_XP is not set +# CONFIG_FPE_NWFPE is not set # CONFIG_FPE_FASTFPE is not set CONFIG_VFP=y @@ -221,7 +221,6 @@ CONFIG_VFP=y CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set -# CONFIG_ARTHUR is not set # # Power management options @@ -336,9 +335,6 @@ CONFIG_FW_LOADER=y # Memory Technology Devices (MTD) # # CONFIG_MTD is not set -# CONFIG_MTD_CFI_NOSWAP is not set -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set # # Parallel port support