Skip to content

Commit

Permalink
* configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
Browse files Browse the repository at this point in the history
	* configure: Regenerated.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196083 138bc75d-0d04-0410-961f-82ee72b054a4
  • Loading branch information
yufeng committed Feb 15, 2013
1 parent 65a6e0a commit e26fddf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2013-02-15 Yufeng Zhang <[email protected]>

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

2013-02-04 David Edelsohn <[email protected]>

* MAINTAINERS: Explicitly add myself as AIX maintainer.
Expand Down
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit e26fddf

Please sign in to comment.