aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libgomp
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2011-01-07 20:26:33 +0000
committerWarner Losh <imp@FreeBSD.org>2011-01-07 20:26:33 +0000
commitcd2ae2532f3ad33a227fb09aae248620260a1635 (patch)
tree12ed45fc5cc0930d7f4165ad7f223aba33b36162 /gnu/lib/libgomp
parentede990172fc3e86d1f30c99860004d0d3e9bebe5 (diff)
Notes
Diffstat (limited to 'gnu/lib/libgomp')
-rw-r--r--gnu/lib/libgomp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libgomp/Makefile b/gnu/lib/libgomp/Makefile
index 1489a30e87c7..8a863b83c250 100644
--- a/gnu/lib/libgomp/Makefile
+++ b/gnu/lib/libgomp/Makefile
@@ -25,8 +25,7 @@ VERSION_MAP= ${SRCDIR}/libgomp.map
# Target-specific OpenMP configuration
.if ${MACHINE_CPUARCH} == arm || ${MACHINE_CPUARCH} == i386 || \
${MACHINE_ARCH} == powerpc || \
- (${MACHINE_CPUARCH} == mips && \
- (!defined(TARGET_ABI) || ${TARGET_ABI} != "n64"))
+ ${MACHINE_ARCH} == mipsel || ${MACHINE_ARCH} == mipseb
OMP_LOCK_ALIGN = 4
OMP_LOCK_KIND= 4
OMP_LOCK_SIZE= 4