blob: d214fd2b05412c14f6bc9c8aaec96d896f9a881f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- ./newlib/libc/sys/configure.orig 2011-12-19 22:03:37.000000000 +0000
+++ ./newlib/libc/sys/configure 2012-01-25 19:33:12.000000000 +0000
@@ -796,6 +796,7 @@
mmixware
netware
rdos
+psp
rtems
sh
sparc64
@@ -11808,6 +11809,8 @@
;;
rdos) subdirs="$subdirs rdos"
;;
+ psp) subdirs="$subdirs psp"
+ ;;
rtems) subdirs="$subdirs rtems"
;;
sh) subdirs="$subdirs sh"
|