Commit 4dddfc74 by Yufeng Zhang Committed by Yufeng Zhang

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

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

From-SVN: r196083
parent 52d95c21
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.
......
......@@ -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
;;
......
......@@ -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
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment