summaryrefslogtreecommitdiff
path: root/tiff
diff options
context:
space:
mode:
authorRay Johnston <ray.johnston@artifex.com>2018-06-14 12:47:21 -0700
committerRay Johnston <ray.johnston@artifex.com>2018-06-14 15:22:51 -0700
commitf92376925f99cd418ce94ab738935eb88013175f (patch)
tree264fd542c688be200332bd1950d6efd9779fe230 /tiff
parent255fe6272797351f83613e6ca079a903bdabb136 (diff)
downloadghostpdl-f92376925f99cd418ce94ab738935eb88013175f.tar.gz
Add aarch64:Linux case to tiff config.guess
Needed for configure on 64-bit Linux on ARM (seen with SUSE 64-bit linux on the Raspberry Pi).
Diffstat (limited to 'tiff')
-rwxr-xr-xtiff/config/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/tiff/config/config.guess b/tiff/config/config.guess
index ca2a03ca4..d3229129d 100755
--- a/tiff/config/config.guess
+++ b/tiff/config/config.guess
@@ -961,6 +961,9 @@ EOF
vax:Linux:*:*)
echo ${UNAME_MACHINE}-dec-linux-gnu
exit ;;
+ aarch64:Linux:*.*)
+ echo x86_64-unknown-linux-gnu
+ exit ;;
x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;