/* p11 - pdp11 emulator; Copyright (C) 1994 Hartmut Brandt, Joerg Micheel 
 * see the file LICENSE for further information */

# define MAKE_PROC	i386
# define MAKE_SYSTEM	bsdi

/* compiler flags */
# define MAKE_CC_OPT	-O2 -fomit-frame-pointer
# define MAKE_CC_INC
# define MAKE_CC_PROF
# define MAKE_CC_WARN	-W -Wimplicit -Wformat
# define MAKE_CC_DBG	-g
# define MAKE_CC_FPP	-DFPP
# define MAKE_LIBS

/* compiler to use - should be gcc */
# define MAKE_CC	gcc

/* define this to point to the pdp-11 assembler if you have one */
# define MAKE_AS11	../as/as11

/* shell for make */
# define MAKE_SHELL	/bin/bash

/* define this if you have the assembler and want to assemble rlboot */
# define MAKE_RLBOOT	rlboot

/* define GENIS if geni generates an .s file else define GENIC 
 * define the cookie for the geni program look into Utils/geni.c */
# define MAKE_GENIS
# define MAKE_GENIE_COOKIE "i386-as"

/* define command to set data limit to K kilobytes, if you need it */
# define MAKE_LIMIT(K)	ulimit -d K

/* define this if you want the driver for serial ports to be build */
# define MAKE_TTY_TTY
