From b14ef0e24bcb70d70360690130b2bf2a0c8f8d33 Mon Sep 17 00:00:00 2001 From: Edmund Grimley Evans Date: Fri, 13 Feb 2015 18:58:31 +0000 Subject: Add arm64 (AArch64) as a target architecture. --- conftest.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conftest.c') diff --git a/conftest.c b/conftest.c index ddb7a20..fa07a1b 100644 --- a/conftest.c +++ b/conftest.c @@ -7,6 +7,8 @@ # define TRIPLET_ARCH "x86_64" #elif defined(__arm__) # define TRIPLET_ARCH "arm" +#elif defined(__aarch64__) +# define TRIPLET_ARCH "aarch64" #else # define TRIPLET_ARCH "unknown" #endif -- cgit v1.3.1