Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jul 2010 03:38:36 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 180713 for review
Message-ID:  <201007100338.o6A3ca9L061290@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@180713?ac=10

Change 180713 by gonzo@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



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