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:
Axel Dörfler
2003-05-12 01:00:20 +00:00
parent e02284d547
commit f48e0d551d
7 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -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
;