From cffaeb6932f6faed84f908fc44189c6595eea6bc Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Wed, 14 May 2014 03:21:29 -0400 Subject: [PATCH] Add initial support for ppc64le. --- glibc.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 - 2.19.90-13 +- Add initial support for ppc64le. + * Tue Apr 29 2014 Siddhesh Poyarekar - 2.19.90-12 - Auto-sync with upstream master. - Remove ports addon.