* configure.ac: Sync with GCC repo.
* configure: Ditto.
This commit is contained in:
parent
e81b7af881
commit
f1dd87fcaf
3 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||
|
||||
* configure.ac: Sync with GCC repo.
|
||||
* configure: Ditto.
|
||||
|
||||
2013-02-05 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
PR go/55969
|
||||
|
|
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue