FreeBSD Bugzilla – Attachment 150168 Details for
Bug 195666
Fix lang/v8 build with clang 3.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix lang/v8 build with clang 3.5.0
lang__v8-fix-clang350-build-1.diff (text/plain), 462 bytes, created by
Dimitry Andric
on 2014-12-04 01:48:16 UTC
(
hide
)
Description:
Fix lang/v8 build with clang 3.5.0
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2014-12-04 01:48:16 UTC
Size:
462 bytes
patch
obsolete
>Index: lang/v8/Makefile >=================================================================== >--- lang/v8/Makefile (revision 373852) >+++ lang/v8/Makefile (working copy) >@@ -34,8 +34,11 @@ > CFLAGS+= -Wno-nested-anon-types -Wno-unused-function > .if ${COMPILER_VERSION} >= 34 > CFLAGS+= -Wno-unused-const-variable >+.if ${COMPILER_VERSION} >= 35 >+CFLAGS+= -Wno-tautological-undefined-compare > .endif > .endif >+.endif > .else > MAKE_ARGS+= strictaliasing=off > USE_GCC= any
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 195666
: 150168
Working