Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
glibc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Labels
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
mer-core
glibc
Commits
6bb2273e
Commit
6bb2273e
authored
Dec 14, 2014
by
Carsten Munk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build for i686 for accelerated functions goodness
Signed-off-by:
Carsten Munk
<
carsten.munk@jollamobile.com
>
parent
6d78ade6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
glibc.changes
glibc.changes
+1
-0
glibc.spec
glibc.spec
+4
-0
No files found.
glibc.changes
View file @
6bb2273e
* 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)
...
...
glibc.spec
View file @
6bb2273e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment