summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorYufeng Zhang <yufeng.zhang@arm.com>2013-02-15 17:45:54 +0000
committerYufeng Zhang <yufeng@gcc.gnu.org>2013-02-15 17:45:54 +0000
commit4dddfc74f331653b453b9123ecf3c93a58a9aade (patch)
treeb9242430bd263a4907912d34488d8c5aa5eadd65 /configure.ac
parent52d95c2127d392462f88ae5ca87358f81c514e2c (diff)
downloadgcc-4dddfc74f331653b453b9123ecf3c93a58a9aade.tar.gz
configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
* configure.ac: Set libgloss_dir for the aarch64*-*-* targets. * configure: Regenerated. From-SVN: r196083
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f2be8abcc19..48ec1aae6b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -776,6 +776,9 @@ case "${target}" in
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
libgloss_dir=wince
;;
+ aarch64*-*-* )
+ libgloss_dir=aarch64
+ ;;
arm*-*-*)
libgloss_dir=arm
;;