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
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		
		Reference in a new issue