Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Mar 2010 19:27:25 +0000 (UTC)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r205525 - user/jmallett/octeon/gnu/lib/libgomp
Message-ID:  <201003231927.o2NJRPcE065108@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003231927.o2NJRPcE065108>