Gentoo Archives: gentoo-user

From: Benedikt Morbach <benedikt.morbach@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CHOST question.
Date: Tue, 05 Feb 2008 14:18:55
Message-Id: 6faa67950802050618i73c6c8deu9f0b89146386f9be@mail.gmail.com
In Reply to: [gentoo-user] CHOST question. by Jerry McBride
1 Hi,
2
3 no, it would not.
4 gcc would simply refuse to work, because CHOST="pentium4-pc-linux-gnu"
5 is not a valid CHOST.
6 CHOST describes the platform you build on. For optimizations take a
7 look at CFLAGS.
8
9 And by the way: Changing CHOST is not worth the trouble. Even if it
10 would be possible in your case, it would be better to do a new
11 install. It's faster (because when you change CHOST, you should at
12 least run emerge -e system && emerge -e world) and less likely to
13 break.
14 --
15 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] CHOST question. Jerry McBride <mcbrides9@×××××××.net>
Re: [gentoo-user] CHOST question. Graham Murray <graham@×××××××××××.uk>