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

Bug 69199

Summary: gettext won't compile while bootstrapping
Product: Gentoo Linux Reporter: Nathan Toone <nathan>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nathan Toone 2004-10-27 16:55:37 UTC
gettext won't compile during the bootstrap process if you have -mtune=<arch> in your CFLAGS.  It errors with something like "C compiler cannot create executables" on the screen.  In the config.log file it shows that "tune" is an invalid option.

This is probably becuase the -mtune option is for the 3.4 compiler.

It's probably just a flag that should be filtered out when building gettext.
Comment 1 Jeffrey Forman (RETIRED) gentoo-dev 2004-10-27 17:17:18 UTC
general linux issue, not a bugzilla problem
Comment 2 SpanKY gentoo-dev 2004-10-30 23:08:52 UTC
dont put -mtune into CFLAGS unless your compiler supports it