Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
40be00fc
Verified
Commit
40be00fc
authored
8 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
Add profile for x86/i486
parent
62a2d2b6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
profiles/arch/x86/i486/make.defaults
+9
-0
9 additions, 0 deletions
profiles/arch/x86/i486/make.defaults
profiles/arch/x86/i486/parent
+1
-0
1 addition, 0 deletions
profiles/arch/x86/i486/parent
with
10 additions
and
0 deletions
profiles/arch/x86/i486/make.defaults
0 → 100644
+
9
−
0
View file @
40be00fc
CHOST="i486-foxkit-linux-musl"
# -O2 -> Perform second-level optimisations.
# Not -Os because most/all x86 aren't starved for space.
# -ggdb -> Generate GDB debugging information.
# This is used with splitdebug to make -dbg split packages.
# -march=i486 -> Require an i486 or newer.
# -mtune=pen... -> Tune for Pentium processors.
CFLAGS="-O2 -ggdb -march=i486 -mtune=pentium"
This diff is collapsed.
Click to expand it.
profiles/arch/x86/i486/parent
0 → 100644
+
1
−
0
View file @
40be00fc
..
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment