[uClibc/f14] And set the ARM build to little endian

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 13 16:38:54 UTC 2011


commit 352c3ee52993bcb5ac558a9bfbec7c88111e311f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jun 13 17:38:38 2011 +0100

    And set the ARM build to little endian

 uClibc.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/uClibc.spec b/uClibc.spec
index 75df225..fdcc279 100644
--- a/uClibc.spec
+++ b/uClibc.spec
@@ -1,6 +1,6 @@
 Name: uClibc
 Version: 0.9.30.1
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: C library for embedded Linux
 
 Group: Development/Libraries
@@ -54,6 +54,9 @@ echo "TARGET_$arch=y" >.config
 echo "TARGET_ARCH=\"$arch\"" >>.config
 %ifarch %{arm}
 echo "CONFIG_ARM_EABI=y" >>.config
+echo "ARCH_ANY_ENDIAN=n" >>.config
+echo "ARCH_LITTLE_ENDIAN=y" >>.config
+echo "ARCH_WANTS_LITTLE_ENDIAN=y" >>.config
 %endif
 cat .config1 >>.config
 
@@ -87,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/uClibc
 
 %changelog
+* Mon Jun 13 2011 Peter Robinson <pbrobinson at gmail.com> - 0.9.30.1-5
+- And set the ARM build to little endian
+
 * 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
 


More information about the scm-commits mailing list