CVS: sml/src/runtime/objs mk.hppa-hpux11,NONE,1.1

John Reppy <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml/src/runtime/objs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8613

Added Files:
	mk.hppa-hpux11 
Log Message:
  New makefile to support HPUX 11.


--- NEW FILE: mk.hppa-hpux11 ---
# mk.hppa-hpux
#

SHELL	= /bin/sh

# 
# A version of the HPUX C compiler has a nasty bug. The bug is triggered
# very quickly by executing, System.Unsafe.blastWrite 1;  in ML.
# If the above works, then this bug may have been fixed.
#
#CC =		cc -Aa -N -D__STDC__ 
CC  =		gcc -ansi -D__STDC__
#CPP =		/lib/cpp.ansi
CPP =           cpp

CFLAGS =	-O

AS =		/usr/ccs/bin/as 
RANLIB =	ar ts

XOBJS =
XLIBS =
LD_LIBS =	-lmalloc
BASE_DEFS =     
DEFS =		$(BASE_DEFS) -DHOST_HPPA -DTARGET_HPPA -DOPSYS_HPUX -DOPSYS_HPUX11 -DOPSYS_UNIX -DASSERT_ON -DINDIRECT_CFUNC
TARGET =	HPPA
VERSION	=	v-hppa-hpux11
RUNTIME =	run.hppa-hpux11

all:
	(make  RUNTIME="$(RUNTIME)" VERSION="$(VERSION)" CC="$(CC)" CPP="$(CPP)" CFLAGS="$(CFLAGS)" AS="$(AS)" RANLIB="$(RANLIB)" TARGET=$(TARGET) DEFS="$(DEFS)" XOBJS="$(XOBJS)" XLIBS="$(XLIBS)" LD_LIBS="$(LD_LIBS)" $(RUNTIME))



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.