svn commit: r205525 - user/jmallett/octeon/gnu/lib/libgomp
Juli Mallett
jmallett at FreeBSD.org
Tue Mar 23 19:27:25 UTC 2010
Author: jmallett
Date: Tue Mar 23 19:27:24 2010
New Revision: 205525
URL: http://svn.freebsd.org/changeset/base/205525
Log:
Add a comment on something I need to come back to later.
Modified:
user/jmallett/octeon/gnu/lib/libgomp/Makefile
Modified: user/jmallett/octeon/gnu/lib/libgomp/Makefile
==============================================================================
--- user/jmallett/octeon/gnu/lib/libgomp/Makefile Tue Mar 23 19:24:17 2010 (r205524)
+++ user/jmallett/octeon/gnu/lib/libgomp/Makefile Tue Mar 23 19:27:24 2010 (r205525)
@@ -23,6 +23,7 @@ CFLAGS+= -I${.CURDIR} -I. -I${SRCDIR} -I
VERSION_MAP= ${SRCDIR}/libgomp.map
# Target-specific OpenMP configuration
+# XXX/juli Need to handle different MIPS ABIs here properly.
.if ${MACHINE_ARCH} == arm || ${MACHINE_ARCH} == i386 || \
${MACHINE_ARCH} == mips || ${MACHINE_ARCH} == powerpc
OMP_LOCK_ALIGN = 4
More information about the svn-src-user
mailing list