configure.ac: Set libgloss_dir for the aarch64*-*-* targets.

* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
	* configure: Regenerated.

From-SVN: r196083
This commit is contained in:
Yufeng Zhang 2013-02-15 17:45:54 +00:00 committed by Yufeng Zhang
parent 52d95c2127
commit 4dddfc74f3
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
* configure: Regenerated.
2013-02-04 David Edelsohn <dje.gcc@gmail.com>
* MAINTAINERS: Explicitly add myself as AIX maintainer.

3
configure vendored
View File

@ -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
;;

View File

@ -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
;;