Gentoo Archives: gentoo-user

From: "Hemmann
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: firewall make.conf settings
Date: Thu, 24 Jan 2008 17:24:33
Message-Id: 200801241824.28208.volker.armin.hemmann@tu-clausthal.de
In Reply to: Re: [gentoo-user] Re: firewall make.conf settings by tecnic5@silvanoc.com
1 On Donnerstag, 24. Januar 2008, tecnic5@××××××××.com wrote:
2 > James <wireless@×××××××××××.com>
3 > Enviado por: news <news@×××××××××.org>
4 > 24/01/2008 17:00
5 > Por favor, responda a gentoo-user
6 >
7 > Para: gentoo-user@l.g.o
8 > cc:
9 > Asunto: [gentoo-user] Re: firewall make.conf settings
10 >
11 > <tecnic5 <at> silvanoc.com> writes:
12 > >If you'd like to use the same make.conf for different machines you should
13 > >
14 > >make sure they all have same processors or, at least, same family of >
15 > >processors; in your case, I recommend using -mcpu instead of -march. Keep
16 > >
17 > >in mind that K6 processors have their own -marc=k6 and might not be
18 > >comptable with -march=i586. More in /etc/make.conf.example.
19 >
20 > Good point:
21 >
22 > -mcpu is deprecated, according to the examples file as of gcc 3.4, SO:
23 >
24 > CFLAGS="-Os -march=i586 -pipe -fomit-frame-pointer"
25 > CHOST="i586-pc-linux-gnu"
26 >
27 > changed to:
28 > CFLAGS="-Os -mtune=i586 -pipe -fomit-frame-pointer"
29 > or
30 > CFLAGS="-Os -march=i586 -mtune=i586 -pipe -fomit-frame-pointer"
31 >
32
33 sure about that? doesn't march include everything mtune would do?
34
35 --
36 gentoo-user@l.g.o mailing list

Replies

Subject Author
[gentoo-user] Re: firewall make.conf settings James <wireless@×××××××××××.com>