Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7582 - helpful hint about -mcpu flag in new make.conf is possibly incorrect
Summary: helpful hint about -mcpu flag in new make.conf is possibly incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High trivial (vote)
Assignee: Mark Guertin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-06 11:42 UTC by Armando Di Cianno (RETIRED)
Modified: 2006-02-04 06:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Armando Di Cianno (RETIRED) gentoo-dev 2002-09-06 11:42:59 UTC
on 09/05/02, make.conf states:
# Optimized for G4; "cat /proc/cpuinfo" to get your CPU model number and
# substitute it for the "7400" below (could be "7400", "7450", "7455"):
#
#CFLAGS="-O3 -pipe -mcpu=7400 -maltivec -mpowerpc-gfxopt -fsigned-char"

However, since I have a 7455, I tried -mcpu=7455 and it was not a recognized cpu
type.  The gcc-3.2 install and regular docs do not mention this flag, but do
mention the others.
Comment 1 Mark Guertin 2002-09-07 10:00:51 UTC
You are right, thanks :)

That one slipped by me.  It is updated and will be refeclted in next portage
release.