Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove special i486 for glibc
Signed-off-by: Carsten Munk <carsten.munk@jollamobile.com>
  • Loading branch information
Carsten Munk committed Dec 13, 2014
1 parent 14c2593 commit 31d958c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions glibc.changes
@@ -1,3 +1,6 @@
* Sat Dec 13 2014 Carsten Munk <carsten.munk@jolla.com> - 2.19
- Disable special -march=i486 for glibc

* Thu Mar 20 2014 Davide Bettio <davide.bettio@ispirata.com> - 2.19
- Upgrade to 2.19

Expand Down
4 changes: 1 addition & 3 deletions glibc.spec
Expand Up @@ -250,9 +250,7 @@ GCC=gcc
GXX=g++
echo %{ix86}
%ifarch %{ix86}
%ifarch i486
BuildFlags="-march=i486"
%else
%ifnarch i486
BuildFlags="-march=core2 -mtune=atom"
%endif
%endif
Expand Down

0 comments on commit 31d958c

Please sign in to comment.