Date: Mon, 30 Jul 2007 19:21:12 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 124373 for review Message-ID: <200707301921.l6UJLCFj097384@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=124373 Change 124373 by gonzo@gonzo_jeeves on 2007/07/30 19:21:08 o Add mips to list of targets Affected files ... .. //depot/projects/mips2/src/gnu/lib/libgomp/Makefile#2 edit Differences ... ==== //depot/projects/mips2/src/gnu/lib/libgomp/Makefile#2 (text+ko) ==== @@ -24,7 +24,7 @@ # Target-specific OpenMP configuration .if ${MACHINE_ARCH} == arm || ${MACHINE_ARCH} == i386 || \ - ${MACHINE_ARCH} == powerpc + ${MACHINE_ARCH} == mips || ${MACHINE_ARCH} == powerpc OMP_LOCK_ALIGN = 4 OMP_LOCK_KIND= 4 OMP_LOCK_SIZE= 4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707301921.l6UJLCFj097384>