Add port for Phoenix-RTOS in common configure files.
This commit is contained in:
3
newlib/libc/sys/configure
vendored
3
newlib/libc/sys/configure
vendored
@ -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"
|
||||
;;
|
||||
|
@ -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) ;;
|
||||
|
Reference in New Issue
Block a user