Renamed the linker script to runtime_loader.ld to match the rest.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16937 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-03-30 18:10:59 +00:00
parent af3e5cd947
commit 2ed4099289
3 changed files with 1 additions and 1 deletions

View File

@ -69,5 +69,5 @@ Ld runtime_loader :
[ FGristFiles runtime_loader.o elf.o export.o heap.o utility.o arch_relocate.o arch_call_init_term.o ]
libruntime_loader.a
$(TARGET_GCC_LIBGCC)
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/rld.ld
: $(HAIKU_TOP)/src/system/ldscripts/$(TARGET_ARCH)/runtime_loader.ld
;