PERFORCE change 124373 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Jul 30 19:21:13 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=124373

Change 124373 by gonzo at 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


More information about the p4-projects mailing list