[Differential] [Commented On] D2005: Start of arm64 toolchain support (sufficient for kernel-toolchain)
andrew (Andrew Turner)
phabric-noreply at FreeBSD.org
Tue Mar 17 19:29:08 UTC 2015
andrew added inline comments.
INLINE COMMENTS
usr.bin/xlint/lint1/param.h:98 The `#elif __aarch64__` is needed to stop the below `#error unknown machine type`.
From my reading of the gcc source we define both `__powerpc__` and `__powerpc64__` on powerpc64 so will be caught by the `__powerpc__` case above, this is not the case on arm64.
REVISION DETAIL
https://reviews.freebsd.org/D2005
To: emaste, bdrewery
Cc: bdrewery, imp, andrew, freebsd-arm
More information about the freebsd-arm
mailing list