summaryrefslogtreecommitdiffstats
path: root/newlib/libc
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2016-05-09 15:23:58 -0400
committerJeff Johnston <jjohnstn@redhat.com>2016-05-09 15:23:58 -0400
commit93f5d7c739c8e16a58c955149c0787513c5136ab (patch)
tree005d081cd7a8236fb0a673b788aea7005ff7f559 /newlib/libc
parent36e32df9f8cf993c084199ddb20a8af41d3ff4b5 (diff)
downloadcygnal-93f5d7c739c8e16a58c955149c0787513c5136ab.tar.gz
cygnal-93f5d7c739c8e16a58c955149c0787513c5136ab.tar.bz2
cygnal-93f5d7c739c8e16a58c955149c0787513c5136ab.zip
Add port for Phoenix-RTOS in common configure files.
Diffstat (limited to 'newlib/libc')
-rwxr-xr-xnewlib/libc/sys/configure3
-rw-r--r--newlib/libc/sys/configure.in1
2 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/sys/configure b/newlib/libc/sys/configure
index d64b0dd5b..55c6e1326 100755
--- a/newlib/libc/sys/configure
+++ b/newlib/libc/sys/configure
@@ -797,6 +797,7 @@ m88kbug
mmixware
netware
or1k
+phoenix
rdos
rtems
sh
@@ -11828,6 +11829,8 @@ subdirs="$subdirs a29khif"
;;
or1k) subdirs="$subdirs or1k"
;;
+ phoenix) subdirs="$subdirs phoenix"
+ ;;
rdos) subdirs="$subdirs rdos"
;;
rtems) subdirs="$subdirs rtems"
diff --git a/newlib/libc/sys/configure.in b/newlib/libc/sys/configure.in
index b50a6d37d..bc6cb881c 100644
--- a/newlib/libc/sys/configure.in
+++ b/newlib/libc/sys/configure.in
@@ -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) ;;