Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14063 - Obsolete compiler flag in kernel compile
Summary: Obsolete compiler flag in kernel compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-16 16:15 UTC by Ben Twijnstra
Modified: 2003-05-03 19:09 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 Ben Twijnstra 2003-01-16 16:15:31 UTC
The -malign-functions=4 option in the Linux kernel makefile for Athlon CPUs has
been superseded by the -falign-functions=4 when using GCC 3.2.1-r6 or earlier.
This causes a warning with every kernel source file compiled for the Athlon, and
possibly, the effect of the option being ignored.

A simple fix is to change line 86 of /usr/src/linux/arch/i386/Makefile to
reflect this.

Thx,


Ben
Comment 1 Brandon Low (RETIRED) gentoo-dev 2003-01-16 17:56:11 UTC
Will change...
Comment 2 Jay Pfeifer (RETIRED) gentoo-dev 2003-05-03 19:09:36 UTC
this has been updated in pfeifer-sources-2.4.20_pre9 and will make it's way into gentoo-sources.

Jay