Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 571916 Details for
Bug 682086
dev-embedded/sdcc-3.8.0-r1 - sdcc: 'amd64' was not found.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
unset ARCH so build system internal variable isnt overridden
fix-sdcc-3.8-pic.patch (text/plain), 624 bytes, created by
Ian Stakenvicius (RETIRED)
on 2019-04-05 14:09:41 UTC
(
hide
)
Description:
unset ARCH so build system internal variable isnt overridden
Filename:
MIME Type:
Creator:
Ian Stakenvicius (RETIRED)
Created:
2019-04-05 14:09:41 UTC
Size:
624 bytes
patch
obsolete
>diff --git a/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild b/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild >index 79c2981dc3e..952fca91edc 100644 >--- a/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild >+++ b/dev-embedded/sdcc/sdcc-3.8.0-r1.ebuild >@@ -84,6 +84,7 @@ src_prepare() { > src_configure() { > # sdbinutils subdir doesn't pass down --docdir properly, so need to > # expand $(datarootdir) ourselves. >+ unset ARCH > econf \ > ac_cv_prog_AR="$(tc-getAR)" \ > ac_cv_prog_AS="$(tc-getAS)" \ >@@ -116,6 +117,11 @@ src_configure() { > --without-ccache > } > >+src_compile() { >+ unset ARCH >+ default >+} >+ > src_install() { > default > dodoc doc/*.txt
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 682086
:
571304
| 571916