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
78535689
Commit
78535689
authored
Oct 15, 2011
by
stskeeps
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add i486 conditionals to spec file.
Signed-off-by:
Carsten Munk
<
carsten.munk@gmail.com
>
parent
1f9fe092
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
glibc.changes
glibc.changes
+3
-0
glibc.spec
glibc.spec
+8
-0
No files found.
glibc.changes
View file @
78535689
* Sat Sep 24 2011 Alistair Buxton <a.j.buxton@gmail.com> - 2.13
- Add i486 conditionals to spec file.
* Thu Sep 15 2011 Carsten Munk <carsten@maemo.org> - 2.13
- meego -> %{_vendor}
...
...
glibc.spec
View file @
78535689
...
...
@@ -58,8 +58,12 @@ BuildRequires: gawk, util-linux
BuildRequires: gcc >= 3.2
%define enablekernel 2.6.25
%ifarch %{ix86}
%ifarch i486
%define _target_cpu i486
%else
%define _target_cpu i686
%endif
%endif
%ifarch i386
%define nptl_target_cpu i486
%else
...
...
@@ -206,8 +210,12 @@ GCC=gcc
GXX=g++
echo %{ix86}
%ifarch %{ix86}
%ifarch i486
BuildFlags="-march=i486"
%else
BuildFlags="-march=core2 -mtune=atom"
%endif
%endif
%ifnarch %{arm}
BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
...
...
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