[uClibc] And set the ARM build to little endian

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 13 16:23:26 UTC 2011


commit 5d48488cfb1f5bea25df14398772b568c4520f9e
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jun 13 17:22:42 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 bbfad1d..27df49e 100644
--- a/uClibc.spec
+++ b/uClibc.spec
@@ -2,7 +2,7 @@
 
 Name: uClibc
 Version: 0.9.32
-Release: 0.4.%{pretag}%{?dist}
+Release: 0.5.%{pretag}%{?dist}
 Summary: C library for embedded Linux
 
 Group: Development/Libraries
@@ -55,6 +55,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
 
@@ -90,6 +93,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/uClibc
 
 %changelog
+* Mon Jun 13 2011 Peter Robinson <pbrobinson at gmail.com> - 0.9.32-0.5.rc2
+- And set the ARM build to little endian
+
 * Sat Jun 11 2011 Peter Robinson <pbrobinson at gmail.com> - 0.9.32-0.4.rc2
 - It seems we need to set the ARM ABI to EABI too
 


More information about the scm-commits mailing list