diff options
| author | Warner Losh <imp@FreeBSD.org> | 2008-09-19 02:30:22 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2008-09-19 02:30:22 +0000 |
| commit | 608a4df923326b76c5eb5493873e377dbd812a6b (patch) | |
| tree | e373a83eefdf65802086b26d61a4dce9fc121b28 /gnu/lib/libgomp | |
| parent | bfb4b856d39f274e194f203da61eaa973f316740 (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libgomp')
| -rw-r--r-- | gnu/lib/libgomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgomp/Makefile b/gnu/lib/libgomp/Makefile index b0a7be88f1fd5..c8052d5b4da93 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 |
