From ec96ded77bff7335ea054f3968265dbe169885ac Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 1 Mar 2010 12:28:28 +0000 Subject: [PATCH] Changed config to add eabi support. Fixed target var in Makefile. --- Makefile | 2 +- config-2.6.19 | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index a0eecc7..6ed5152 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 61dbca4..e016e48 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 -# Tue Oct 13 06:35:04 2009 +# Mon Mar 1 12:15:08 2010 # CONFIG_ARM=y # CONFIG_GENERIC_TIME is not set @@ -194,7 +194,8 @@ CONFIG_PCMCIA_SA1111=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=y CONFIG_NODES_SHIFT=2 CONFIG_SELECT_MEMORY_MODEL=y @@ -242,8 +243,7 @@ CONFIG_CPU_FREQ_SA1110=y # # 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 # @@ -252,7 +252,6 @@ CONFIG_FPE_NWFPE=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 -- 2.26.2