Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 391676 Details for
Bug 532556
sys-devel/crossdev can't compile gcc with sanitize USE flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Adds -sanitize gcc use flag for avg target
0001-Repair-gcc-compilation-for-avr-target-by-adding-sani.patch (text/plain), 693 bytes, created by
wmatusiak
on 2014-12-14 12:02:22 UTC
(
hide
)
Description:
Adds -sanitize gcc use flag for avg target
Filename:
MIME Type:
Creator:
wmatusiak
Created:
2014-12-14 12:02:22 UTC
Size:
693 bytes
patch
obsolete
>From a0bcfb9b1d67beac00c17b2f8e5070ee8363c4c0 Mon Sep 17 00:00:00 2001 >From: Wojciech Matusiak <wmatusiak@gmail.com> >Date: Sun, 14 Dec 2014 12:52:14 +0100 >Subject: [PATCH] Repair gcc compilation for avr target by adding -sanitize use > flag > >--- > crossdev | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/crossdev b/crossdev >index f900215..e45aa47 100755 >--- a/crossdev >+++ b/crossdev >@@ -217,7 +217,7 @@ parse_target() { > > avr*) KPKG="[none]"; > LCAT="dev-embedded"; LPKG="avr-libc"; >- GUSE="-fortran -go" # doesn't work >+ GUSE="-sanitize -fortran -go" # doesn't work > MULTILIB_USE="yes" #377039 > WITH_DEF_HEADERS="no";; > >-- >2.0.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 532556
: 391676