Mips.cf revision 1c80d5b0
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#ifndef OSName 9#define OSName RISCOS 10#endif 11#ifndef OSMajorVersion 12#define OSMajorVersion 4 13#endif 14#ifndef OSMinorVersion 15#define OSMinorVersion 50 16#endif 17 18XCOMM platform: $Xorg: Mips.cf,v 1.3 2000/08/17 19:41:46 cpqbld Exp $ 19XCOMM operating system: OSName 20 21/*************************************************************************** 22 * Platform-specific parameters * 23 ***************************************************************************/ 24 25#define HasVoidSignalReturn NO 26#define SetTtyGroup YES 27#define UnalignedReferencesAllowed NO /* if arbitrary deref okay */ 28#define HasBsearch NO 29 30#define MipsArchitecture 31#define MakeEnv -e 32 33#define DefaultCCOptions -signed -systype bsd43 -Olimit 2000 -Wf,-XNd8400,-XNp12000 34#define StandardDefines -DMips -DBSD43 35#define PostIncDir /usr/include/bsd43 36#define ExtraLibraries -lmld 37#define ArCmd ar clr 38#define BootstrapCFlags -DMips 39#define InstallCmd /etc/mipsinstall -f 40#define MakeCmd make MakeEnv 41#define DoRanlibCmd NO 42#define AllocateLocalDefines -DINCLUDE_ALLOCA_H 43 44/*************************************************************************** 45 * * 46 * DEFINE PARAMETERS FOR BUILDING * 47 * * 48 ***************************************************************************/ 49 50#define XmipsServer YES 51 52/*************************************************************************** 53 * * 54 * OVERRIDE ANY CONFIGURATION PARAMETERS FROM Imake.tmpl * 55 * * 56 ***************************************************************************/ 57 58#define SpecialMalloc NO 59 60#define PrimaryScreenResolution 110 61 62#define ConstructMFLAGS NO /* build MFLAGS from MAKEFLAGS */ 63 64#define DefaultUserPath /usr/net:/bin:/usr/bin:$(BINDIR):/usr/ucb 65#define DefaultSystemPath /usr/net:/bin:/usr/bin:/etc:$(BINDIR):/usr/ucb 66 67/* mips manuals are really complicated. This certainly won't work. */ 68 69#define ManDirectoryRoot /man/cat 70#define ManSourcePath $(MANPATH)/man 71 72#define InstKmemFlags -g sys -m 2711 73