mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* configure.ac: Sync with GCC repo.
* configure: Ditto.
This commit is contained in:
parent
df85c52e8c
commit
349693687a
@ -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>
|
2013-02-05 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
PR go/55969
|
PR go/55969
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -3437,6 +3437,9 @@ case "${target}" in
|
|||||||
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
||||||
libgloss_dir=wince
|
libgloss_dir=wince
|
||||||
;;
|
;;
|
||||||
|
aarch64*-*-* )
|
||||||
|
libgloss_dir=aarch64
|
||||||
|
;;
|
||||||
arm*-*-*)
|
arm*-*-*)
|
||||||
libgloss_dir=arm
|
libgloss_dir=arm
|
||||||
;;
|
;;
|
||||||
|
@ -776,6 +776,9 @@ case "${target}" in
|
|||||||
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
sh*-*-pe|mips*-*-pe|*arm-wince-pe)
|
||||||
libgloss_dir=wince
|
libgloss_dir=wince
|
||||||
;;
|
;;
|
||||||
|
aarch64*-*-* )
|
||||||
|
libgloss_dir=aarch64
|
||||||
|
;;
|
||||||
arm*-*-*)
|
arm*-*-*)
|
||||||
libgloss_dir=arm
|
libgloss_dir=arm
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user