Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYufeng Zhang <Yufeng.Zhang@arm.com>2013-02-15 21:55:25 +0400
committerYufeng Zhang <Yufeng.Zhang@arm.com>2013-02-15 21:55:25 +0400
commit349693687a867323ae445b18a01beb57fef7699b (patch)
tree2874b768484156f312fee9446d475fff18c6da8c /configure
parentdf85c52e8c745fa2f38029f7c4b9c90f4c9fa23b (diff)
* configure.ac: Sync with GCC repo.
* configure: Ditto.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index caa34cae8..d809535ed 100755
--- a/configure
+++ b/configure
@@ -3437,6 +3437,9 @@ case "${target}" in
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
libgloss_dir=wince
;;
+ aarch64*-*-* )
+ libgloss_dir=aarch64
+ ;;
arm*-*-*)
libgloss_dir=arm
;;