Skip to content

Commit

Permalink
Build for i686 for accelerated functions goodness
Browse files Browse the repository at this point in the history
Signed-off-by: Carsten Munk <carsten.munk@jollamobile.com>
  • Loading branch information
Carsten Munk committed Dec 14, 2014
1 parent 6d78ade commit 6bb2273
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions glibc.changes
@@ -1,6 +1,7 @@
* Sat Dec 13 2014 Carsten Munk <carsten.munk@jolla.com> - 2.19
- Disable special -march=i486 for glibc
- Use correct release. Release is mungled on OBS
- Build for i686 for accelerated functions goodness

* Fri Dec 5 2014 Davide Bettio <davide.bettio@ispirata.com> - 2.19
- Upgrade to eglibc_2.19-0ubuntu6.4 (security fixes)
Expand Down
4 changes: 4 additions & 0 deletions glibc.spec
Expand Up @@ -82,8 +82,12 @@ BuildRequires: gcc >= 3.2
%ifarch i386
%define nptl_target_cpu i486
%else
%ifarch i486
%define nptl_target_cpu i686
%else
%define nptl_target_cpu %{_target_cpu}
%endif
%endif

# Need AS_NEEDED directive
# Need --hash-style=* support
Expand Down

0 comments on commit 6bb2273

Please sign in to comment.