diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-07-15 15:27:15 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-08-05 09:56:48 +0200 |
commit | 6cedc09e7a76ee8246a301056a3cbb5e73aa25aa (patch) | |
tree | feb83dc4ec68b0225bba2a3263106f4c484cbc1a | |
parent | ce3327893801ee156098c48a282bd85ec588de23 (diff) | |
download | glibc-6cedc09e7a76ee8246a301056a3cbb5e73aa25aa.tar.gz glibc-6cedc09e7a76ee8246a301056a3cbb5e73aa25aa.tar.xz glibc-6cedc09e7a76ee8246a301056a3cbb5e73aa25aa.zip |
Use eabi for arm
-rw-r--r-- | fedora/glibc.spec.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index c1cdea48a4..34bf38889d 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 |