From 51777fe86cf2e9be39a06a19ac1bde0af18ebb20 Mon Sep 17 00:00:00 2001 From: Andreas Faerber Date: Sun, 16 Oct 2016 12:51:20 -0500 Subject: [PATCH] Revert r25895: Undo ppc linkhack workaround #6210 --- src/system/kernel/Jamfile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/system/kernel/Jamfile b/src/system/kernel/Jamfile index 1a4b4b5b2e..7964320883 100644 --- a/src/system/kernel/Jamfile +++ b/src/system/kernel/Jamfile @@ -92,19 +92,11 @@ Includes [ FGristFiles syscalls.cpp ] syscall_numbers.h ; -# TODO: fix or update binutils for ppc, in the meantime this should get things going. -local linkHackLdFlags ; -if $(TARGET_ARCH) = ppc { - linkHackLdFlags = -Bdynamic ; -} else { - linkHackLdFlags = -shared -Bdynamic ; -} - KernelLd linkhack.so : <$(SOURCE_GRIST)>linkhack.o : : - $(linkHackLdFlags) + -shared -Bdynamic ; KernelLd kernel_$(TARGET_ARCH) :