summaryrefslogtreecommitdiff
path: root/arch/arm/functions
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/functions')
-rw-r--r--arch/arm/functions3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/functions b/arch/arm/functions
index 9959277..a1b8542 100644
--- a/arch/arm/functions
+++ b/arch/arm/functions
@@ -6,10 +6,9 @@ CT_DoArchValues() {
# The system part of the tuple:
case "${CT_LIBC},${CT_ARCH_ARM_EABI}" in
- *glibc,) CT_TARGET_SYS=gnu;;
*glibc,y) CT_TARGET_SYS=gnueabi;;
- uClibc,) CT_TARGET_SYS=uclibc;;
uClibc,y) CT_TARGET_SYS=uclibcgnueabi;;
+ none,y) CT_TARGET_SYS=eabi;;
esac
# In case we're EABI, do *not* specify any ABI!