blob: 1e4e8fd498d9cf97acfc090d40126e54b0ee996b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./newlib/libc/sys/configure.in.orig 2010-02-24 20:59:55.000000000 +0000
+++ ./newlib/libc/sys/configure.in 2012-01-25 19:33:12.000000000 +0000
@@ -34,6 +34,7 @@
mmixware) AC_CONFIG_SUBDIRS(mmixware) ;;
netware) AC_CONFIG_SUBDIRS(netware) ;;
rdos) AC_CONFIG_SUBDIRS(rdos) ;;
+ psp) AC_CONFIG_SUBDIRS(psp) ;;
rtems) AC_CONFIG_SUBDIRS(rtems) ;;
sh) AC_CONFIG_SUBDIRS(sh) ;;
sparc64) AC_CONFIG_SUBDIRS(sparc64) ;;
|