Rollup merge of #39491 - dumbbell:support-aarch64-unknown-freebsd, r=alexcrichton

Support aarch64-unknown-freebsd
This commit is contained in:
Corey Farwell 2017-02-05 12:45:06 -05:00 committed by GitHub
commit b3518aff90
5 changed files with 39 additions and 1 deletions

2
configure vendored
View file

@ -517,7 +517,7 @@ case $CFG_CPUTYPE in
CFG_OSTYPE="${CFG_OSTYPE}eabihf"
;;
aarch64)
aarch64 | arm64)
CFG_CPUTYPE=aarch64
;;