Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 475946 - games-emulation/zsnes does not respect CC
Summary: games-emulation/zsnes does not respect CC
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: tc-directly
  Show dependency tree
 
Reported: 2013-07-06 14:06 UTC by Julian Ospald
Modified: 2013-07-21 00:08 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 Julian Ospald 2013-07-06 14:06:44 UTC
make: `makefile.dep' is up to date.
make -j8 
g++ -O2 -pipe -o parsegen parsegen.cpp -lz


afaiu parsegen is needed for build time, so we could add to src_configure:

	export BUILD_CXX=$(tc-getBUILD_CXX)