Summary: | get_abi_CHOST broken on arm64 (was: llvm-3.9.0-r1 can't find CHOST on arm64 to create symlinks.) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stefan Sydow <stefan.sydow> |
Component: | Current packages | Assignee: | ARM64 Project <arm64> |
Status: | RESOLVED FIXED | ||
Severity: | blocker | CC: | llvm |
Priority: | Normal | Keywords: | Bug, PATCH |
Version: | unspecified | ||
Hardware: | ARM64 | ||
OS: | Linux | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=602466 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch for llvm 3.9.0 to work on arm64 |
Description
Stefan Sydow
2016-11-23 15:23:10 UTC
The arch profile should be ensuring that CHOSTs are set correctly. I'm not really interested in working that around in random applications. note: proposed profile fix: https://bugs.gentoo.org/show_bug.cgi?id=602466 fixing CHOST issues commit 3977562864163fc4887ab1f59a3c92ac7ea4bb6d Author: Michał Górny <mgorny@gentoo.org> AuthorDate: Sat Jan 14 18:54:34 2017 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: Sat Jan 14 19:14:24 2017 profiles/default/linux/arm64: Fix parent to little-endian, #600590 Fix the parent profile of default/linux/arm64 from top-level arch/arm64 to little-endian subprofile. This is what the profile structure suggests, and (unlike the top profile) it defines CHOST (and CHOST_arm64) as required by package manager, eclasses and ebuilds. profiles/default/linux/arm64/parent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |