svn commit: r248119 - in head/sys/arm: arm include

Andrew Turner andrew at fubar.geek.nz
Mon Mar 11 07:38:23 UTC 2013


On Sun, 10 Mar 2013 11:12:58 +0100
Roman Divacky <rdivacky at freebsd.org> wrote:

> Should clang define __FreeBSD_ARCH_armv6__ ? Any other define thats
> missing and should be defined?

It was discussed when I added FreeBSD/ARM support to clang. I
originally had it, however it was decided to remove it as __ARM_ARCH
encodes the required information without adding a FreeBSD specific
macro.

__FreeBSD_ARCH_armv6__ is only defined in our copy of gcc so shouldn't
be relied upon.

Andrew


More information about the svn-src-all mailing list