summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2017-02-03 08:56:46 +0100
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2017-02-03 09:11:33 +0100
commitf6c6b31d26b5b08fbd1df907e37c5c02c7d71f90 (patch)
treea319ebe67962e383c089591b9c1e8381612f9f8b /configure
parent458167e3a066ae7a032dbd457d003c9266d6b080 (diff)
downloadrust-f6c6b31d26b5b08fbd1df907e37c5c02c7d71f90.tar.gz
`aarch64` CPU type is called `arm64` on FreeBSD
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 208fb7e6836..eea70b33e7e 100755
--- a/configure
+++ b/configure
@@ -517,7 +517,7 @@ case $CFG_CPUTYPE in
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
;;
- aarch64)
+ aarch64 | arm64)
CFG_CPUTYPE=aarch64
;;