Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 169325

Summary: sys-boot/grub: Needless unsetting CFLAGS
Product: Gentoo Linux Reporter: Arfrever Frehtes Taifersar Arahesis (RETIRED) <arfrever>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***