mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
Add support for an OS of "wince"
From-SVN: r32137
This commit is contained in:
parent
afbc290536
commit
521fe9d066
@ -1,3 +1,7 @@
|
||||
2000-02-24 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config.sub: Support an OS of "wince".
|
||||
|
||||
2000-02-22 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
|
||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -955,6 +955,9 @@ case $os in
|
||||
-opened*)
|
||||
os=-openedition
|
||||
;;
|
||||
-wince*)
|
||||
os=-wince
|
||||
;;
|
||||
-osfrose*)
|
||||
os=-osfrose
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user