Fixes build on Sparc.
This commit is contained in:
parent
946dc15c92
commit
373d3dbe8d
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ else
|
|||
subdir: all.o
|
||||
|
||||
all.o: $(objs)
|
||||
$(CC) -nostdlib -Wl,-r -o $@ $^
|
||||
# $(LD) -r -o $@ $^
|
||||
# Changed to $(CC) because $(LD) has problems with crosscompiling
|
||||
$(CC) -nostdlib -r -o $@ $^
|
||||
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue