Gentoo Archives: gentoo-user

From: Mike Williams <mike@××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] CPU upgrade - make.conf
Date: Wed, 19 Oct 2005 19:08:30
Message-Id: 200510192004.07530.mike@gaima.co.uk
In Reply to: Re: [gentoo-user] CPU upgrade - make.conf by Andreas Karlsson
1 On Wednesday 19 October 2005 19:45, Andreas Karlsson wrote:
2 > "configure:1708: checking for C compiler default output file name
3 > configure:1711: i686-pc-linux-gnu-gcc -march=k8 -O3 -pipe
4 > -fomit-frame-pointer -ftracer -msse3 -mfpmath=sse3   conftest.c  >&5
5 > cc1: error: bad value (k8) for -march= switch
6 > cc1: error: bad value (k8) for -mcpu= switch
7 > cc1: error: bad value (sse3) for -mfpmath= switch"
8
9 Well, that's an easy one.
10 The version of gcc you are using doesn't have support for k8. I bet your still
11 on gcc 3.3.X, perhaps even an x86 profile, as an amd64 profile would pull in
12 gcc 3.4.X, like my ppc profile does.
13
14 x86 -> amd64 profile should be interesting. I'm sure it's perfectly possible,
15 but interesting no doubt.
16
17 --
18 Mike Williams
19
20 --
21 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] CPU upgrade - make.conf Andreas Karlsson <hermes@××××.se>