mirror of git://gcc.gnu.org/git/gcc.git
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.
|
||||
|
|
|
|||
|
|
@ -955,6 +955,9 @@ case $os in
|
|||
-opened*)
|
||||
os=-openedition
|
||||
;;
|
||||
-wince*)
|
||||
os=-wince
|
||||
;;
|
||||
-osfrose*)
|
||||
os=-osfrose
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in New Issue