diff options
Diffstat (limited to 'fedora/glibc.spec.in')
-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 |