FreeBSD Bugzilla – Attachment 148504 Details for
Bug 194487
devel/llvm* and lang/clang* inconsistent target triple with base clang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
clang35 fix
x86_64.diff (text/plain), 1.01 KB, created by
Jan Beich
on 2014-10-20 14:51:21 UTC
(
hide
)
Description:
clang35 fix
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2014-10-20 14:51:21 UTC
Size:
1.01 KB
patch
obsolete
>Index: devel/llvm35/Makefile >=================================================================== >--- devel/llvm35/Makefile (revision 371112) >+++ devel/llvm35/Makefile (working copy) >@@ -85,6 +85,9 @@ CONFIGURE_ARGS+=--enable-experimental-targets=R600 > > .include <bsd.port.options.mk> > >+# keep in sync with /usr/src/lib/clang/clang.build.mk >+CONFIGURE_TARGET:=${ARCH:C/amd64/x86_64/:C/armv6hf/armv6/}-portbld-${OPSYS:tl}${OSREL} >+ > .if ${PORT_OPTIONS:MASSERTS} > CONFIGURE_ARGS+= --enable-assertions > RELEASE_TYPE= Release+Asserts >Index: lang/clang35/Makefile >=================================================================== >--- lang/clang35/Makefile (revision 371207) >+++ lang/clang35/Makefile (working copy) >@@ -75,6 +75,9 @@ PORTDATA= scanview.css \ > > .include <bsd.port.options.mk> > >+# keep in sync with /usr/src/lib/clang/clang.build.mk >+CONFIGURE_TARGET:=${ARCH:C/amd64/x86_64/:C/armv6hf/armv6/}-portbld-${OPSYS:tl}${OSREL} >+ > .if ${PORT_OPTIONS:MASSERTS} > CONFIGURE_ARGS+= --enable-assertions > RELTYPE= Release+Asserts
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 194487
: 148504