Add port for Phoenix-RTOS in common configure files.

This commit is contained in:
Jeff Johnston
2016-05-09 15:23:58 -04:00
parent 36e32df9f8
commit 93f5d7c739
4 changed files with 40 additions and 0 deletions

View File

@ -797,6 +797,7 @@ m88kbug
mmixware
netware
or1k
phoenix
rdos
rtems
sh
@ -11827,6 +11828,8 @@ subdirs="$subdirs a29khif"
netware) subdirs="$subdirs netware"
;;
or1k) subdirs="$subdirs or1k"
;;
phoenix) subdirs="$subdirs phoenix"
;;
rdos) subdirs="$subdirs rdos"
;;

View File

@ -34,6 +34,7 @@ if test -n "${sys_dir}"; then
mmixware) AC_CONFIG_SUBDIRS(mmixware) ;;
netware) AC_CONFIG_SUBDIRS(netware) ;;
or1k) AC_CONFIG_SUBDIRS(or1k) ;;
phoenix) AC_CONFIG_SUBDIRS(phoenix) ;;
rdos) AC_CONFIG_SUBDIRS(rdos) ;;
rtems) AC_CONFIG_SUBDIRS(rtems) ;;
sh) AC_CONFIG_SUBDIRS(sh) ;;