mirror of git://gcc.gnu.org/git/gcc.git
* config.sub: Add support for Phoenix-RTOS targets.
From-SVN: r239885
This commit is contained in:
parent
38c959aae3
commit
2f70dce0b9
|
|
@ -1,3 +1,7 @@
|
||||||
|
2016-08-31 Jakub Sejdak <jakub.sejdak@phoesys.com>
|
||||||
|
|
||||||
|
* config.sub: Add support for Phoenix-RTOS targets.
|
||||||
|
|
||||||
2016-06-03 Release Manager
|
2016-06-03 Release Manager
|
||||||
|
|
||||||
* GCC 5.4.0 released.
|
* GCC 5.4.0 released.
|
||||||
|
|
|
||||||
|
|
@ -1393,7 +1393,7 @@ case $os in
|
||||||
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
| -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
|
||||||
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
| -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
|
||||||
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
| -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
|
||||||
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
|
| -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos* | -phoenix*)
|
||||||
# Remember, each alternative MUST END IN *, to match a version number.
|
# Remember, each alternative MUST END IN *, to match a version number.
|
||||||
;;
|
;;
|
||||||
-qnx*)
|
-qnx*)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue