The flag -LIB was missing in the call to the shell-procedure
compmodule. Thus the generated libraries could not be effectively used by our assembler/linker.
This commit is contained in:
parent
a837112d99
commit
2976b590af
|
@ -37,5 +37,5 @@ tail_$(PREF)$(SUB):
|
||||||
@-rm barrier.[oeskm]
|
@-rm barrier.[oeskm]
|
||||||
@echo OK
|
@echo OK
|
||||||
-rm -f tail_$(PREF)$(SUB)
|
-rm -f tail_$(PREF)$(SUB)
|
||||||
MACH="$(MACH)" MACHFL="$(MACHFL)" ASAR=$(ASAR) \
|
MACH="$(MACH)" MACHFL="$(MACHFL) -LIB" ASAR=$(ASAR) \
|
||||||
march $(HOME)/$(SRC) tail_$(PREF)$(SUB)
|
march $(HOME)/$(SRC) tail_$(PREF)$(SUB)
|
||||||
|
|
Loading…
Reference in a new issue