simpler way of removing 'static' for tcc in configure.c, reverted oberon.mk back, according to this comment: a35668bf93 (r35448231) update of bootstrap sources.

This commit is contained in:
Norayr Chilingarian 2019-10-11 15:00:02 +04:00
parent 9626a95daa
commit 7b9b5cb4f1
187 changed files with 196 additions and 204 deletions

View file

@ -65,21 +65,12 @@ assemble:
cd $(BUILDDIR) && $(COMPILE) -c OPM.c extTools.c OPS.c OPT.c
cd $(BUILDDIR) && $(COMPILE) -c OPC.c OPV.c OPB.c OPP.c
ifeq ($(COMPILER),tcc)
cd $(BUILDDIR) && $(COMPILE) Compiler.c -o $(ROOTDIR)/$(OBECOMP) \
SYSTEM.o Configuration.o Platform.o Heap.o Out.o \
Strings.o Modules.o Files.o Reals.o Texts.o \
VT100.o extTools.o \
OPM.o OPS.o OPT.o OPC.o OPV.o OPB.o OPP.o
else
cd $(BUILDDIR) && $(COMPILE) $(STATICLINK) Compiler.c -o $(ROOTDIR)/$(OBECOMP) \
SYSTEM.o Configuration.o Platform.o Heap.o Out.o \
Strings.o Modules.o Files.o Reals.o Texts.o \
VT100.o extTools.o \
OPM.o OPS.o OPT.o OPC.o OPV.o OPB.o OPP.o
endif
cp src/runtime/*.[ch] $(BUILDDIR)
cp src/runtime/*.Txt $(BUILDDIR)
cp src/runtime/*.Txt $(ROOTDIR)