Updated ld-script location.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3215 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
+3
-3
@@ -10,7 +10,7 @@ KernelLd stage2 :
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>memcpy.o
|
||||
<$(SOURCE_GRIST)!libroot!posix!string>strnlen.o
|
||||
:
|
||||
$(SUBDIR)/boot/arch/$(OBOS_ARCH)/stage2.ld
|
||||
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/stage2.ld
|
||||
:
|
||||
-dN
|
||||
:
|
||||
@@ -40,7 +40,7 @@ KernelLd kernel :
|
||||
kernel_posix_unistd.o
|
||||
posix_string.o
|
||||
:
|
||||
$(SUBDIR)/core/arch/$(OBOS_ARCH)/kernel.ld
|
||||
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/kernel.ld
|
||||
:
|
||||
-Bdynamic -export-dynamic -dynamic-linker /foo/bar
|
||||
:
|
||||
@@ -72,7 +72,7 @@ KernelLd kernel.so :
|
||||
kernel_posix_unistd.o
|
||||
posix_string.o
|
||||
:
|
||||
$(SUBDIR)/core/arch/$(OBOS_ARCH)/kernel.ld
|
||||
$(SUBDIR)/ldscripts/$(OBOS_ARCH)/kernel.ld
|
||||
:
|
||||
-Bdynamic -shared -export-dynamic -dynamic-linker /foo/bar
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user