[uClibc/f14] It seems we need to set the ARM ABI to EABI too

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 11 22:15:13 UTC 2011


commit 9114209c5463013dc62678cbf57dab082463e471
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 11 23:15:00 2011 +0100

    It seems we need to set the ARM ABI to EABI too

 uClibc.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/uClibc.spec b/uClibc.spec
index 2f7a167..75df225 100644
--- a/uClibc.spec
+++ b/uClibc.spec
@@ -1,6 +1,6 @@
 Name: uClibc
 Version: 0.9.30.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Summary: C library for embedded Linux
 
 Group: Development/Libraries
@@ -52,6 +52,9 @@ cp -a /usr/include/linux kernel-include
 arch=`uname -m | sed -e 's/i.86/i386/' -e 's/ppc/powerpc/' -e 's/armv7l/arm/' -e 's/armv5tel/arm/'`
 echo "TARGET_$arch=y" >.config
 echo "TARGET_ARCH=\"$arch\"" >>.config
+%ifarch %{arm}
+echo "CONFIG_ARM_EABI=y" >>.config
+%endif
 cat .config1 >>.config
 
 yes "" | make oldconfig %{?_smp_mflags}
@@ -84,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/uClibc
 
 %changelog
+* Sat Jun 11 2011 Peter Robinson <pbrobinson at gmail.com> - 0.9.30.1-4
+- It seems we need to set the ARM ABI to EABI too
+
 * Sat Jun 11 2011 Peter Robinson <pbrobinson at gmail.com> - 0.9.30.1-3
 - Add support for ARM
 


More information about the scm-commits mailing list