Fix: sometimes wrote register gotten from pop_reg(); Fix: WINDOWSIZE; Fix: make distr
This commit is contained in:
@@ -9,16 +9,16 @@ SRC_DIR = $(SRC_HOME)/mach/$(MACH)/ce
|
||||
CEG = $(TARGET_HOME)/lib.bin/ceg/util
|
||||
|
||||
all:
|
||||
( cd $(SRC_DIR); make )
|
||||
( cd $(SRC_DIR); make CPP=$(UTIL_HOME)/lib.bin/cpp )
|
||||
make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH)
|
||||
|
||||
install:
|
||||
( cd $(SRC_DIR); make )
|
||||
( cd $(SRC_DIR); make CPP=$(UTIL_HOME)/lib.bin/cpp )
|
||||
-mkdir $(TARGET_HOME)/lib.bin/sparc
|
||||
make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) install
|
||||
|
||||
cmp:
|
||||
( cd $(SRC_DIR); make )
|
||||
( cd $(SRC_DIR); make CPP=$(UTIL_HOME)/lib.bin/cpp )
|
||||
-make -f $(CEG)/make_asobj "OBJ="$(OBJ) "MACH="$(MACH) cmp
|
||||
|
||||
pr:
|
||||
|
||||
Reference in New Issue
Block a user