Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532556 - sys-devel/crossdev can't compile gcc with sanitize USE flag
Summary: sys-devel/crossdev can't compile gcc with sanitize USE flag
Status: RESOLVED DUPLICATE of bug 525910
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-14 12:02 UTC by wmatusiak
Modified: 2015-01-17 19:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Adds -sanitize gcc use flag for avg target (0001-Repair-gcc-compilation-for-avr-target-by-adding-sani.patch,693 bytes, patch)
2014-12-14 12:02 UTC, wmatusiak
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description wmatusiak 2014-12-14 12:02:22 UTC
Created attachment 391676 [details, diff]
Adds -sanitize gcc use flag for avg target

avr-gcc don't support sanitize but on my system with gcc 4.8.3 crossdev try to compile with sanitize use flag. 
This can by simple resolved by adding -sanitize to gcc use flags.

Patch for crossdev attached.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-12-14 13:30:33 UTC

*** This bug has been marked as a duplicate of bug 525910 ***