From 2607bee41906da4f47d98a92749c11533396838c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 29 Jan 2006 21:02:08 +0000 Subject: Patch by Joseph S. Myers to add support for ARM EABI --- extra/Configs/Config.arm | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra') diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index 83acceb55..86a0aaa29 100644 --- a/extra/Configs/Config.arm +++ b/extra/Configs/Config.arm @@ -24,6 +24,16 @@ config ARCH_CFLAGS config LIBGCC_CFLAGS string +config CONFIG_ARM_EABI + bool "Use ARM EABI" + default n + help + If you choose "Y" here, functions and constants required by the + ARM EABI will be built into the library. You should choose "Y" + if your compiler uses the ARM EABI, in which case you will also + need a kernel supporting the EABI system call interface, or "N" + for a compiler using the old Linux ABI. + choice prompt "Target Processor Type" default CONFIG_GENERIC_ARM -- cgit v1.2.3