That one $(LD) needs to be an $(LD). $(CC) will link in the non-shared
C library and cause problems with address space for something NetHack's size.
This commit is contained in:
@@ -402,7 +402,7 @@ Sys3B2: $(HOBJ) Makefile
|
|||||||
|
|
||||||
Sysatt: $(HOBJ) Makefile
|
Sysatt: $(HOBJ) Makefile
|
||||||
@echo "Loading ..."
|
@echo "Loading ..."
|
||||||
@$(LINK) $(LFLAGS) /lib/crt0s.o /lib/shlib.ifile -o $(GAME) $(HOBJ)
|
@$(LD) $(LFLAGS) /lib/crt0s.o /lib/shlib.ifile -o $(GAME) $(HOBJ)
|
||||||
@touch Sysatt
|
@touch Sysatt
|
||||||
|
|
||||||
Systos: $(HOBJ) Makefile
|
Systos: $(HOBJ) Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user