mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
added libgcc.a to link spec
svn path=/trunk/; revision=201
This commit is contained in:
parent
5ba4cc87c5
commit
f4e6240546
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
all: shell.bin
|
||||
|
||||
OBJECTS= ../common/crt0.o shell.o
|
||||
LIBS= ../../lib/kernel32/kernel32.a ../../lib/ntdll/ntdll.a
|
||||
LIBS= ../../lib/kernel32/kernel32.a ../../lib/ntdll/ntdll.a ../../ntoskrnl/libgcc.a
|
||||
|
||||
shell.bin: $(OBJECTS) $(LIBS)
|
||||
$(LD) -Ttext 0x10000 $(OBJECTS) $(LIBS) -o shell.exe
|
||||
|
|
Loading…
Reference in a new issue