fixed stage0 in all makefiles

Former-commit-id: 1186133f78
This commit is contained in:
Norayr Chilingarian 2014-05-07 21:19:57 +04:00
parent f95020f21c
commit c5944136bf
10 changed files with 10 additions and 10 deletions

View file

@ -51,7 +51,7 @@ port1: stage5
# this builds binary which generates voc.par
stage0: src/tools/vocparam/vocparam.c
$(CL) -I src/lib -o vocparam src/tools/vocparam/vocparam.c
$(CL) -I src/lib/system/$(TOS)/$(CCOMP)/$(TARCH) -o vocparam src/tools/vocparam/vocparam.c
# this creates voc.par for a host architecture.
# comment this out if you need to build a compiler for a different architecture.