diff options
Diffstat (limited to 'BuildTools/OS/RISCos.4_0')
-rw-r--r-- | BuildTools/OS/RISCos.4_0 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/BuildTools/OS/RISCos.4_0 b/BuildTools/OS/RISCos.4_0 deleted file mode 100644 index 1557b8a..0000000 --- a/BuildTools/OS/RISCos.4_0 +++ /dev/null @@ -1,25 +0,0 @@ -# @(#)RISCos.4_0 8.6 (Berkeley) 3/12/1998 -define(`confCC', `cc -systype bsd43 -Olimit 900') -define(`confBEFORE', `stdlib.h dirent.h unistd.h stddef.h') -define(`confMAPDEF', `-DNDBM') -define(`confENVDEF', `-DRISCOS -DRISCOS_4_0 ') -define(`confLIBS', `-lmld') -define(`confMBINDIR', `/usr/lib') -define(`confSBINDIR', `/usr/etc') -define(`confUBINDIR', `/usr/ucb') -define(`confEBINDIR', `/usr/lib') -define(`confSBINGRP', `sys') -define(`confSTDIR', `/usr/lib') -define(`confHFDIR', `/usr/lib') -define(`confINSTALL', `${BUILDBIN}/install.sh') -PUSHDIVERT(3) -stdlib.h stddef.h: - cp /dev/null $@ - -unistd.h: - echo "typedef unsigned short mode_t;" > unistd.h - -dirent.h: - echo "#include <sys/dir.h>" > dirent.h - echo "#define dirent direct" >> dirent.h -POPDIVERT |