[glibc] Add initial support for ppc64le.

Carlos O'Donell codonell at fedoraproject.org
Wed May 14 07:22:09 UTC 2014


commit cffaeb6932f6faed84f908fc44189c6595eea6bc
Author: Carlos O'Donell <carlos at redhat.com>
Date:   Wed May 14 03:21:29 2014 -0400

    Add initial support for ppc64le.

 glibc.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/glibc.spec b/glibc.spec
index fc6e338..06e7990 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,6 +1,6 @@
 %define glibcsrcdir  glibc-2.19-323-g5abebba
 %define glibcversion 2.19.90
-%define glibcrelease 12%{?dist}
+%define glibcrelease 13%{?dist}
 # Pre-release tarballs are pulled in from git using a command that is
 # effectively:
 #
@@ -273,8 +273,12 @@ Conflicts: kernel < %{enablekernel}
 %define target %{_target_cpu}-redhat-linuxeabi
 %endif
 %ifarch %{power64}
+%ifarch ppc64le
+%define target ppc64le-redhat-linux
+%else
 %define target ppc64-redhat-linux
 %endif
+%endif
 
 %ifarch %{multiarcharches}
 # Need STT_IFUNC support
@@ -1635,6 +1639,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed May 14 2014 Carlos O'Donell <carlos at redhat.com> - 2.19.90-13
+- Add initial support for ppc64le.
+
 * Tue Apr 29 2014 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.19.90-12
 - Auto-sync with upstream master.
 - Remove ports addon.


More information about the scm-commits mailing list