From 2ed4099289108d076fe0635e9d8fec3b5414a5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 30 Mar 2006 18:10:59 +0000 Subject: [PATCH] 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 --- src/system/ldscripts/ppc/{rld.ld => runtime_loader.ld} | 0 src/system/ldscripts/x86/{rld.ld => runtime_loader.ld} | 0 src/system/runtime_loader/Jamfile | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename src/system/ldscripts/ppc/{rld.ld => runtime_loader.ld} (100%) rename src/system/ldscripts/x86/{rld.ld => runtime_loader.ld} (100%) diff --git a/src/system/ldscripts/ppc/rld.ld b/src/system/ldscripts/ppc/runtime_loader.ld similarity index 100% rename from src/system/ldscripts/ppc/rld.ld rename to src/system/ldscripts/ppc/runtime_loader.ld diff --git a/src/system/ldscripts/x86/rld.ld b/src/system/ldscripts/x86/runtime_loader.ld similarity index 100% rename from src/system/ldscripts/x86/rld.ld rename to src/system/ldscripts/x86/runtime_loader.ld diff --git a/src/system/runtime_loader/Jamfile b/src/system/runtime_loader/Jamfile index d03141428e..4cb8d3624a 100644 --- a/src/system/runtime_loader/Jamfile +++ b/src/system/runtime_loader/Jamfile @@ -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 ;