aboutsummaryrefslogtreecommitdiff
path: root/devel/psptoolchain-newlib/files/patch-newlib-libc-sys-psp-README
blob: f398fdee4c22bcdd51f6c49852e11d2aee4bca3a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./newlib/libc/sys/psp/README.orig	2012-01-25 19:33:12.000000000 +0000
+++ ./newlib/libc/sys/psp/README	2012-01-25 19:33:12.000000000 +0000
@@ -0,0 +1,15 @@
+Newlib for PSP
+--
+
+This sys/psp directory depends on PSPSDK headers.  It expects them to live in
+${prefix}/psp/sdk/include (see newlib/configure.host).
+
+I used the autotools to generate aclocal.m4, Makefile.in and configure using:
+
+	aclocal -I ../../..
+	automake --cygnus
+	autoconf
+
+--
+Originally by Marcus R. Brown <mrbrown@ocgnet.org>
+Updated by artart78 <arthur.blot78@gmail.com>