Skip to content
Snippets Groups Projects
Verified Commit 40be00fc authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

Add profile for x86/i486

parent 62a2d2b6
No related branches found
No related tags found
No related merge requests found
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"
..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment