Commit | Line | Data |
61ae2fbf |
1 | This subdirectory contains some additional files which are necessary |
2 | (or at least useful) when compiling Perl on MiNT. |
3 | |
4 | "Makefile" and "pwd.c" will build and install a fixed version of the |
5 | pwd command if your system pwd is broken. |
6 | |
7 | The header files are wrappers around broken system header files. Make |
8 | sure that this directory stands at first place in your include path |
9 | when compiling Perl. |
10 | |
11 | The file system.c is an enhanced version of the system() function |
12 | in the MiNTLib. It is strongly recommended that you insert this |
13 | version into your libc before you compile Perl (see README.MiNT |
14 | in the toplevel directory for details). |