Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 169325 - sys-boot/grub: Needless unsetting CFLAGS
Summary: sys-boot/grub: Needless unsetting CFLAGS
Status: RESOLVED DUPLICATE of bug 72196
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-04 17:37 UTC by Arfrever Frehtes Taifersar Arahesis (RETIRED)
Modified: 2007-03-04 17:57 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 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-03-04 17:37:46 UTC
IUSE="static netboot custom-cflags"
  use custom-cflags || unset CFLAGS

Should be changed to:

  IUSE="static netboot"
  strip-flags
  replace-flags -O3 -O2
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-03-04 17:57:16 UTC
(In reply to comment #0)
> Should be changed to:
> 
>   IUSE="static netboot"
>   strip-flags
>   replace-flags -O3 -O2
 
No, it really shouldn't. You shouldn't be ricing up your bootloader because it's damned pointless. Read Bug 72196, Bug 130387 and others.


*** This bug has been marked as a duplicate of bug 72196 ***