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
b94907a1fa
commit
d5399de251
@ -37,5 +37,5 @@ tail_$(PREF)$(SUB):
|
||||
@-rm barrier.[oeskm]
|
||||
@echo OK
|
||||
-rm -f tail_$(PREF)$(SUB)
|
||||
MACH="$(MACH)" MACHFL="$(MACHFL)" ASAR=$(ASAR) \
|
||||
MACH="$(MACH)" MACHFL="$(MACHFL) -LIB" ASAR=$(ASAR) \
|
||||
march $(HOME)/$(SRC) tail_$(PREF)$(SUB)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user