Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439064 - =games-action/bzflag-2.4.2 adds -mtune=k8 to CXXFLAGS
Summary: =games-action/bzflag-2.4.2 adds -mtune=k8 to CXXFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 438546
  Show dependency tree
 
Reported: 2012-10-20 12:35 UTC by Vicente Olivert Riera (RETIRED)
Modified: 2012-10-22 12:44 UTC (History)
1 user (show)

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 Vicente Olivert Riera (RETIRED) gentoo-dev 2012-10-20 12:35:44 UTC
I try to install it using the command below:

CFLAGS="" CXXFLAGS="" emerge =games-action/bzflag-2.4.2

and in the build I see this:

/bin/sh ../../libtool --silent --tag=CXX  --silent --mode=link x86_64-pc-linux-gnu-g++ -Wall -W -Wundef -Wshadow -ansi -pedantic -mtune=k8 -fsigned-char -fexpensive-optimizations  -module -avoid-version -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu  -o thiefControl.la -rpath /usr/games/lib64 thiefControl_la-thiefControl.lo  -lm  -lpthread

The last stable version (2.4.0) doesn't have this problem, so, this is a regresion.
Comment 1 Tupone Alfredo gentoo-dev 2012-10-22 12:44:03 UTC
Should be fixed now. Thanks for report