speeded up :-)
This commit is contained in:
parent
371821c6a3
commit
143531822a
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ EMHOME=../../..
|
||||||
SUF=s
|
SUF=s
|
||||||
MACH=m68k4
|
MACH=m68k4
|
||||||
ASAR=arch
|
ASAR=arch
|
||||||
CFLAGS=-O
|
CFLAGS=
|
||||||
# must use -r option of make so that default rules
|
# must use -r option of make so that default rules
|
||||||
# are not loaded
|
# are not loaded
|
||||||
#
|
#
|
||||||
|
@ -24,7 +24,7 @@ CFLAGS=-O
|
||||||
#
|
#
|
||||||
# DFLAGS=-DPRT_ADD -DPRT_ALL -DPRT_DBL -DPRT_ENTRY -DPRT_EXIT -DPRT_EXT -DPRT_EXT2 -DPRT_LONG -DPRT_RNDMSG -DPRT_STDERR -DPRT_TRAP
|
# DFLAGS=-DPRT_ADD -DPRT_ALL -DPRT_DBL -DPRT_ENTRY -DPRT_EXIT -DPRT_EXT -DPRT_EXT2 -DPRT_LONG -DPRT_RNDMSG -DPRT_STDERR -DPRT_TRAP
|
||||||
DFLAGS=
|
DFLAGS=
|
||||||
EMFLAGS= -L -LIB -I. $(DFLAGS) $(CFLAGS)
|
EMFLAGS= -L -LIB -I. $(DFLAGS) -O $(CFLAGS)
|
||||||
# AS=ack -m$(MACH) -c.$(SUF)
|
# AS=ack -m$(MACH) -c.$(SUF)
|
||||||
# CC=ack -m$(MACH) -c.s
|
# CC=ack -m$(MACH) -c.s
|
||||||
# CCFLAGS=$(EMFLAGS)
|
# CCFLAGS=$(EMFLAGS)
|
||||||
|
|
Loading…
Reference in a new issue