update Makefiles

This commit is contained in:
grischka
2009-12-20 20:34:35 +01:00
parent 0de95730ad
commit 903b6001e7
2 changed files with 39 additions and 48 deletions

View File

@ -16,7 +16,7 @@ include $(TOP)/Makefile
# run local version of tcc with local libraries and includes
TCC = ../tcc -B..
RUN_TCC = $(NATIVE_TARGET) -run ../tcc.c -B..
RUN_TCC = $(NATIVE_DEFINES) -run ../tcc.c -B..
DISAS=objdump -d
all test : $(TESTS)