Gentoo Archives: gentoo-user

From: Qiangning Hong <hongqn@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] install from stage1: why gcc-3.3.6?
Date: Mon, 01 Aug 2005 20:54:42
Message-Id: b64ef0ce050801134968f67d1f@mail.gmail.com
1 I bought a new laptop with pentium-m CPU and installing gentoo on it
2 from stage1.
3
4 The gcc version on livecd (2004.3) is 3.3.x, but I want use
5 -march=pentium-m in my CFLAGS and gcc 3.3.x doesn't support it. So I
6 add the following line in /etc/portage/package.keywords:
7
8 sys-devel/gcc ~x86
9
10 and run bootstrap.sh with the default CFLAGS -mcpu=i686, and get gcc 3.4.4.
11
12 Then I change my CFLAGS to -march=pentium-m and execute emerge -e
13 system as Handbook says. But it failed when emerging gcc-3.3.6
14 because of unknown value for -march=.
15
16 gcc-3.3.6? I don't need it! I have gcc-3.4.4 unmasked!
17
18 I check the package list of emerge -ep system, and find both gcc-3.3.6
19 and gcc-3.4.4 are to be emerged. Why? How can I get rid of emerging
20 two versions of gcc?
21
22 --
23 Qiangning Hong
24
25 I'm usually annoyed by IDEs because, for instance, they don't use VIM
26 as an editor. Since I'm hooked to that, all IDEs I've used so far have
27 failed to impress me.
28 -- Sybren Stuvel @ c.l.python
29
30 Get Firefox! <http://www.spreadfirefox.com/?q=affiliates&amp;id=67907&amp;t=1>
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] install from stage1: why gcc-3.3.6? Craig Duncan <craigduncan@×××××××.com>
Re: [gentoo-user] install from stage1: why gcc-3.3.6? Craig Duncan <craigduncan@×××××××.com>