|
Lines 111-121
ALT_COMPILER_TYPE= gcc
Link Here
|
| 111 |
CHOSEN_COMPILER_TYPE= ${COMPILER_TYPE} |
111 |
CHOSEN_COMPILER_TYPE= ${COMPILER_TYPE} |
| 112 |
|
112 |
|
| 113 |
.if ${_COMPILER_ARGS:Mopenmp} |
113 |
.if ${_COMPILER_ARGS:Mopenmp} |
|
|
114 |
# Dwindling list of platforms that need gcc for openmp |
| 115 |
.if ${ARCH} == armv6 || ${ARCH} == armv7 || ${ARCH} == powerpc || ${ARCH} == powerpcspe |
| 114 |
.if ${COMPILER_TYPE} == clang |
116 |
.if ${COMPILER_TYPE} == clang |
| 115 |
USE_GCC= yes |
117 |
USE_GCC= yes |
| 116 |
CHOSEN_COMPILER_TYPE= gcc |
118 |
CHOSEN_COMPILER_TYPE= gcc |
| 117 |
.endif |
119 |
.endif |
| 118 |
.endif |
120 |
.endif |
|
|
121 |
.endif |
| 119 |
|
122 |
|
| 120 |
.if ${_COMPILER_ARGS:Mnestedfct} |
123 |
.if ${_COMPILER_ARGS:Mnestedfct} |
| 121 |
.if ${COMPILER_TYPE} == clang |
124 |
.if ${COMPILER_TYPE} == clang |