summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-11 12:22:47 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-08-11 12:22:47 (GMT)
commit59ef10f5d6419ff759ed58cf1f352205784e6eab (patch)
treef64f9a149e7726ac935c58acfb31d37dd33aab54 /arch
parent57755ca74b11a2f23cd6c2fd8eef74a07b650a01 (diff)
Merge the branches/eglibc stuff:
- Add support for eglibc /trunk/scripts/functions | 6 4 2 0 ++++-- /trunk/docs/CREDITS | 1 1 0 0 + /trunk/config/libc.in | 12 12 0 0 ++++++++++++ /trunk/arch/arm/functions | 4 2 2 0 ++-- 4 files changed, 19 insertions(+), 4 deletions(-)
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/functions4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/functions b/arch/arm/functions
index e356524..5eb4977 100644
--- a/arch/arm/functions
+++ b/arch/arm/functions
@@ -6,8 +6,8 @@ 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;;
+ *glibc,) CT_TARGET_SYS=gnu;;
+ *glibc,y) CT_TARGET_SYS=gnueabi;;
uClibc,) CT_TARGET_SYS=uclibc;;
uClibc,y) CT_TARGET_SYS=uclibcgnueabi;;
esac