FreeBSD Bugzilla – Attachment 227359 Details for
Bug 257167
Mk/Uses/compiler.mk: openmp unnecessarily sets USE_GCC=yes (on some architectures_
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Unified diff to limit gcc use
openmp.patch (text/plain), 529 bytes, created by
Jason W. Bacon
on 2021-08-21 21:58:49 UTC
(
hide
)
Description:
Unified diff to limit gcc use
Filename:
MIME Type:
Creator:
Jason W. Bacon
Created:
2021-08-21 21:58:49 UTC
Size:
529 bytes
patch
obsolete
>index 18c8dec90c..d97f086ccf 100644 >--- a/Mk/Uses/compiler.mk >+++ b/Mk/Uses/compiler.mk >@@ -111,11 +111,14 @@ ALT_COMPILER_TYPE= gcc > CHOSEN_COMPILER_TYPE= ${COMPILER_TYPE} > > .if ${_COMPILER_ARGS:Mopenmp} >+# Dwindling list of platforms that need gcc for openmp >+.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc || ${ARCH} == powerpcspe > .if ${COMPILER_TYPE} == clang > USE_GCC= yes > CHOSEN_COMPILER_TYPE= gcc > .endif > .endif >+.endif > > .if ${_COMPILER_ARGS:Mnestedfct} > .if ${COMPILER_TYPE} == clang
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 257167
: 227359