Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 435932 - =sys-block/nbd-3.2 calls gcc directly
Summary: =sys-block/nbd-3.2 calls gcc directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: tc-directly
  Show dependency tree
 
Reported: 2012-09-22 20:44 UTC by Agostino Sarubbo
Modified: 2012-09-23 20:18 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 Agostino Sarubbo gentoo-dev 2012-09-22 20:44:38 UTC
It calls gcc directly only at linking time: 

cc -march=native -O2 -g0 -Wall -DTRACE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu  gznbd.c  -lz -o gznbd


tc-export CC fixes for me.
Comment 1 SpanKY gentoo-dev 2012-09-23 20:18:10 UTC
should be all set now in the tree; thanks for the report!

Commit message: Set CC when building gznbd
http://sources.gentoo.org/sys-block/nbd/nbd-3.2.ebuild?r1=1.2&r2=1.3