SCM Repository
View of /sml/trunk/src/runtime/objs/mk.sparc-sunos
Parent Directory
|
Revision Log
Revision 107 -
(download)
(annotate)
Thu May 28 21:30:17 1998 UTC (22 years, 9 months ago) by monnier
File size: 572 byte(s)
Thu May 28 21:30:17 1998 UTC (22 years, 9 months ago) by monnier
File size: 572 byte(s)
This commit was generated by cvs2svn to compensate for changes in r106, which included commits to RCS files with non-trunk default branches.
# mk.sparc-sunos # SHELL = /bin/sh CC = gcc -ansi CFLAGS = -O2 CPP = gcc -x c -E -P -ansi #XOBJS = xmonitor.o #LD_LIBS = -lX11 #BASE_DEFS = -DHEAP_MONITOR XOBJS = XLIBS = LD_LIBS = BASE_DEFS = DEFS = $(BASE_DEFS) -DHOST_SPARC -DTARGET_SPARC -DOPSYS_UNIX -DOPSYS_SUNOS -DCALLEESAVE=3 -DUNBOXEDFLOAT=1 TARGET = SPARC VERSION = v-sparc-sunos RUNTIME = run.sparc-sunos all: (make RUNTIME="$(RUNTIME)" VERSION="$(VERSION)" CC="$(CC)" CFLAGS="$(CFLAGS)" CPP="$(CPP)" TARGET=$(TARGET) DEFS="$(DEFS)" XOBJS="$(XOBJS)" XLIBS="$(XLIBS)" LD_LIBS="$(LD_LIBS)" $(RUNTIME))
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |