FreeBSD Bugzilla – Attachment 162765 Details for
Bug 204281
devel/llvm36 fails to build on arm64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Partial fix
aarch64-llvm.diff (text/plain), 835 bytes, created by
Andrew Turner
on 2015-11-04 11:05:39 UTC
(
hide
)
Description:
Partial fix
Filename:
MIME Type:
Creator:
Andrew Turner
Created:
2015-11-04 11:05:39 UTC
Size:
835 bytes
patch
obsolete
>Index: devel/llvm36/files/patch-utils_llvm-build_llvmbuild_main.py >=================================================================== >--- devel/llvm36/files/patch-utils_llvm-build_llvmbuild_main.py (revision 400734) >+++ devel/llvm36/files/patch-utils_llvm-build_llvmbuild_main.py (working copy) >@@ -1,11 +1,12 @@ > --- utils/llvm-build/llvmbuild/main.py.orig > +++ utils/llvm-build/llvmbuild/main.py >-@@ -660,7 +660,17 @@ >+@@ -718,7 +718,18 @@ > > # We handle a few special cases of target names here for historical > # reasons, as these are the names configure currently comes up with. > - native_target_name = { 'x86' : 'X86', >-+ native_target_name = { 'amd64' : 'X86', >++ native_target_name = { 'aarch64' : 'AArch64', >++ 'amd64' : 'X86', > + 'arm' : 'ARM', > + 'armeb' : 'ARM', > + 'armv6' : 'ARM',
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 204281
: 162765