Remove unused AlignSize proc, and clean sym files before compiler build.

This commit is contained in:
David Brown 2016-08-29 17:47:54 +01:00
parent 5033d09f32
commit 7d7579a36d
2 changed files with 1 additions and 18 deletions

View file

@ -96,6 +96,7 @@ translate:
@printf " ADRSIZE: %s\n" $(ADRSIZE)
@printf " ALIGNMENT: %s\n" $(ALIGNMENT)
@mkdir -p $(BUILDDIR)
@rm -f $(BUILDDIR)/*.sym
cd $(BUILDDIR); $(ROOTDIR)/$(VISHAP) -SsfF -B$(INTSIZE)$(ADRSIZE)$(ALIGNMENT) ../../Configuration.Mod
cd $(BUILDDIR); $(ROOTDIR)/$(VISHAP) -SsfF -B$(INTSIZE)$(ADRSIZE)$(ALIGNMENT) ../../src/system/Platform$(PLATFORM).Mod