From 6cedc09e7a76ee8246a301056a3cbb5e73aa25aa Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 15 Jul 2011 15:27:15 +0200 Subject: [PATCH] Use eabi for arm --- fedora/glibc.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index c1cdea48a41..34bf38889d0 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -53,6 +53,9 @@ BuildRequires: gcc >= 3.2 %define enablekernel 2.6.32 Conflicts: kernel < %{enablekernel} %define target %{_target_cpu}-redhat-linux +%ifarch %{arm} +%define target %{_target_cpu}-redhat-linuxeabi +%endif %ifarch %{multiarcharches} # Need STT_IFUNC support %ifarch ppc ppc64 -- 2.47.2