* Q: Optimisation
@ 2001-04-30 11:12 mirabilos
0 siblings, 0 replies; only message in thread
From: mirabilos @ 2001-04-30 11:12 UTC (permalink / raw)
To: Linux Kernel Mailing List
Hello,
if I want to compile a complete linux system
with the new-style CFLAGS and kernel opts so
that it RUNS on 486DX and is OPTIMISED for
Pentium, which options do I have to choose in
- kernel config (in 2.0.33 I used 586 for this, but since
2.2 I can't be sure that it runs on 486 then)
- kernel CFLAGS
- user CFLAGS
I think of CFLAGS=-march=i586 -mcpu=i486 -Os -fomit-frame-pointer -Wall
Do programmes compiled so really run on a 486 w/ FPU, and can I use
these CFLAGS (-Os e.g. instead of -O2) for the kernel?
I really want _small_ code (e.g. for floppy systems) and it doesn't
need to be the super-fastest, but it simply has to work.
TIA
-mirabilos
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-04-30 11:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-30 11:12 Q: Optimisation mirabilos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox