FreeBSD Bugzilla – Attachment 145644 Details for
Bug 191996
devel/llvm33 - when build get "'armv6' (not in project)". Fix is shown
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
A replacement patch-utils_llvm-build_llvmbuild_main.py file
patch-utils_llvm-build_llvmbuild_main.py (text/plain), 1013 bytes, created by
Ian Lepore
on 2014-08-11 02:17:51 UTC
(
hide
)
Description:
A replacement patch-utils_llvm-build_llvmbuild_main.py file
Filename:
MIME Type:
Creator:
Ian Lepore
Created:
2014-08-11 02:17:51 UTC
Size:
1013 bytes
patch
obsolete
>--- utils/llvm-build/llvmbuild/main.py.orig 2014-04-23 19:17:42.000000000 +0000 >+++ utils/llvm-build/llvmbuild/main.py 2014-07-20 14:45:44.000000000 +0000 >@@ -699,7 +699,16 @@ > > # 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', >+ 'arm' : 'ARM', >+ 'armeb' : 'ARM', >+ 'armv6' : 'ARM', >+ 'armv6hf' : 'ARM', >+ 'i386' : 'X86', >+ 'mips' : 'Mips', >+ 'powerpc' : 'PowerPC', >+ 'sparc64' : 'Sparc', >+ 'x86' : 'X86', > 'x86_64' : 'X86', > 'Unknown' : None }.get(opts.native_target, > opts.native_target)
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 191996
: 145644