summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-19 02:30:22 +0000
committerimp <imp@FreeBSD.org>2008-09-19 02:30:22 +0000
commit8f084d472ec315e47363ebdff0c4fce33ad333ed (patch)
treee373a83eefdf65802086b26d61a4dce9fc121b28 /gnu
parent675835535060566584653cc5aaa7135f58a8eeb2 (diff)
downloadFreeBSD-src-8f084d472ec315e47363ebdff0c4fce33ad333ed.zip
FreeBSD-src-8f084d472ec315e47363ebdff0c4fce33ad333ed.tar.gz
mfp4: sort the architectures alphabetically...
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgomp/Makefile b/gnu/lib/libgomp/Makefile
index b0a7be8..c8052d5 100644
--- a/gnu/lib/libgomp/Makefile
+++ b/gnu/lib/libgomp/Makefile
@@ -24,7 +24,7 @@ VERSION_MAP= ${SRCDIR}/libgomp.map
# Target-specific OpenMP configuration
.if ${MACHINE_ARCH} == arm || ${MACHINE_ARCH} == i386 || \
- ${MACHINE_ARCH} == powerpc || ${MACHINE_ARCH} == mips
+ ${MACHINE_ARCH} == mips || ${MACHINE_ARCH} == powerpc
OMP_LOCK_ALIGN = 4
OMP_LOCK_KIND= 4
OMP_LOCK_SIZE= 4
OpenPOWER on IntegriCloud