1 | /* |
---|
2 | * Set version numbers before making makefiles. |
---|
3 | * |
---|
4 | * X11r5 only builds using the berkeley libraries and compiler. Make |
---|
5 | * sure your path includes /bsd43/bin before /bin/ or /usr/bin. |
---|
6 | */ |
---|
7 | |
---|
8 | #define OSName RISCOS |
---|
9 | #define OSMajorVersion 4 |
---|
10 | #define OSMinorVersion 50 |
---|
11 | |
---|
12 | /**/# platform: $XConsortium: Mips.cf,v 1.10 91/07/30 20:47:59 rws Exp $ |
---|
13 | /**/# operating system: OSName |
---|
14 | |
---|
15 | /***************************************************************************** |
---|
16 | * Platform-specific parameters * |
---|
17 | *****************************************************************************/ |
---|
18 | |
---|
19 | #define HasVoidSignalReturn NO |
---|
20 | #define SetTtyGroup YES |
---|
21 | #define UnalignedReferencesAllowed NO /* if arbitrary deref is okay */ |
---|
22 | #define HasBsearch NO |
---|
23 | |
---|
24 | #define MipsArchitecture |
---|
25 | #define MakeEnv -e |
---|
26 | |
---|
27 | #define DefaultCCOptions -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000 |
---|
28 | #define StandardDefines -DMips -DBSD43 |
---|
29 | #define ExtraLibraries -lmld |
---|
30 | #define ArCmd ar clr |
---|
31 | #define BootstrapCFlags -DMips |
---|
32 | #define InstallCmd $(ETCDIR)/mipsinstall |
---|
33 | #define MakeCmd make MakeEnv |
---|
34 | #define DoRanlibCmd 0 |
---|
35 | #define AllocateLocalDefines -DINCLUDE_ALLOCA_H |
---|
36 | |
---|
37 | /***************************************************************************** |
---|
38 | * * |
---|
39 | * DEFINE PARAMETERS FOR BUILDING * |
---|
40 | * * |
---|
41 | *****************************************************************************/ |
---|
42 | |
---|
43 | #define XmipsServer YES |
---|
44 | |
---|
45 | /***************************************************************************** |
---|
46 | * * |
---|
47 | * OVERRIDE ANY CONFIGURATION PARAMETERS FROM Imake.tmpl * |
---|
48 | * * |
---|
49 | *****************************************************************************/ |
---|
50 | |
---|
51 | #define SpecialMalloc NO |
---|
52 | #define HasSockets YES |
---|
53 | |
---|
54 | #define PrimaryScreenResolution 110 |
---|
55 | |
---|
56 | #define ConstructMFLAGS NO /* build MFLAGS from MAKEFLAGS */ |
---|
57 | |
---|
58 | #define DefaultUserPath /usr/net:/bin:/usr/bin:$(BINPATH):/usr/ucb |
---|
59 | #define DefaultSystemPath /usr/net:/bin:/usr/bin:/etc:$(BINPATH):/usr/ucb |
---|
60 | |
---|
61 | /* mips manuals are really complicated. This certainly won't work. */ |
---|
62 | |
---|
63 | #define ManDirectoryRoot /man/cat |
---|
64 | #define ManSourcePath $(MANPATH)/man |
---|
65 | |
---|
66 | #define InstKmemFlags -g sys -m 2755 |
---|