Revert r25895: Undo ppc linkhack workaround #6210

This commit is contained in:
Andreas Faerber
2016-10-16 12:52:02 -05:00
committed by Alexander von Gluck IV
parent 1e59399fd9
commit 51777fe86c
+1 -9
View File
@@ -92,19 +92,11 @@ Includes [ FGristFiles syscalls.cpp ]
<syscalls!$(TARGET_PACKAGING_ARCH)>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) :