diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-08-28 15:03:11 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2010-08-28 15:03:11 +0000 |
commit | 02bb2a078e660547225bc1483d9f7c6905f38360 (patch) | |
tree | 6f62d65d97c2f4f6ca7d2240978557bd1c5e084e /gnu | |
parent | a5c8d0424be1b289a1d47240266c6ad9ff009f58 (diff) | |
download | FreeBSD-src-02bb2a078e660547225bc1483d9f7c6905f38360.zip FreeBSD-src-02bb2a078e660547225bc1483d9f7c6905f38360.tar.gz |
Repair some build breakage introduced in r211725 and garbage collect some
code made obsolete in the same commit.
Diffstat (limited to 'gnu')
-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 da28f89..1489a30 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_CPUARCH} == arm || ${MACHINE_CPUARCH} == i386 || \ - ${MACHINE_CPUARCH} == powerpc || \ + ${MACHINE_ARCH} == powerpc || \ (${MACHINE_CPUARCH} == mips && \ (!defined(TARGET_ABI) || ${TARGET_ABI} != "n64")) OMP_LOCK_ALIGN = 4 |