Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2015 19:29:08 +0000
From:      "andrew (Andrew Turner)" <phabric-noreply@FreeBSD.org>
To:        freebsd-arm@freebsd.org
Subject:   [Differential] [Commented On] D2005: Start of arm64 toolchain support (sufficient for kernel-toolchain)
Message-ID:  <fcfa2bb7a71c22e5441ca65e85684eb8@localhost.localdomain>
In-Reply-To: <differential-rev-PHID-DREV-xkiyys7g7nptp5rxbteo-req@FreeBSD.org>
References:  <differential-rev-PHID-DREV-xkiyys7g7nptp5rxbteo-req@FreeBSD.org>

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



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