# ###############################################################
#
# Makefile for i860 using Portland Group compilers
# assumes BORLAND make Version 2.0 
#
# 4 MByte board version, Benchmarks
#
# Phil Atkin, DIVISION
# 6th jan 92
#
# ###############################################################

#
# board specific constants
#
BANNER=GT860-EL-CF-4
LDADDR=0x83600000
CDADDR=0xfff80000
PAGETABLE=y:\control\gt860el\pgi\lib\crt0_4m.o


#
# compiler optimisation levels
#
COPT_LEVEL=4 
FOPT_LEVEL=4

#include "makefile.inc"
!include "makefile.inc"

# Try adding compiler options -O4 -Mvect=recog

execs:          hello.860

hello.860:      hello.o

pxpl5tst.860:   pxpl5tst.o pxpl5sup.o

