On Wed, Mar 27, 2002 at 01:52:17AM -0500, Walter Dnes wrote:
> I'm currently working on getting CRUX linux ( http://crux.nu ) running
> on my second machine. It's a lightweight, but up-to-date, highly
> optimized linux. Everything is supposed to be optimized as "march=i686".
> I've done the standard "./configure && make && make install" routine,
> but tweaking compiler options is new to me. My first guess is something
> like...
>
> set CFLAGS="-O2 -march=i686"
> export CFLAGS
This works:
make CFLAGS="-O2 -march=i686"
> Is this correct, and if not, what should I be doing ?
That may be overridden in the make files. I'm not sure.
Bye
Dominik ^_^ ^_^
--
Dominik Vogt, email: d.vogt_at_lifebits.de
LifeBits Aktiengesellschaft, Albrechtstr. 9, D-72072 Tuebingen
fon: ++49 (0) 7071/7965-0, fax: ++49 (0) 7071/7965-20
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed Mar 27 2002 - 05:18:41 GMT