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

Bug 435932

Summary: =sys-block/nbd-3.2 calls gcc directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    

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