PERFORCE change 180713 for review
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Sat Jul 10 03:38:38 UTC 2010
http://p4web.freebsd.org/@@180713?ac=10
Change 180713 by gonzo at gonzo_figaro on 2010/07/10 03:38:34
Add avr32 to the list of 32-bit architectures
Affected files ...
.. //depot/projects/avr32/src/gnu/lib/libgomp/Makefile#4 edit
Differences ...
==== //depot/projects/avr32/src/gnu/lib/libgomp/Makefile#4 (text+ko) ====
@@ -25,6 +25,7 @@
# Target-specific OpenMP configuration
.if ${MACHINE_ARCH} == arm || ${MACHINE_ARCH} == i386 || \
${MACHINE_ARCH} == powerpc || \
+ ${MACHINE_ARCH} == avr32 || \
(${MACHINE_ARCH} == mips && (!defined(TARGET_ABI) || ${TARGET_ABI} != "n64"))
OMP_LOCK_ALIGN = 4
OMP_LOCK_KIND= 4
More information about the p4-projects
mailing list