Revert r25895: Undo ppc linkhack workaround #6210
This commit is contained in:
committed by
Alexander von Gluck IV
parent
1e59399fd9
commit
51777fe86c
@@ -92,19 +92,11 @@ Includes [ FGristFiles syscalls.cpp ]
|
|||||||
<syscalls!$(TARGET_PACKAGING_ARCH)>syscall_numbers.h
|
<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 :
|
KernelLd linkhack.so :
|
||||||
<$(SOURCE_GRIST)>linkhack.o
|
<$(SOURCE_GRIST)>linkhack.o
|
||||||
:
|
:
|
||||||
:
|
:
|
||||||
$(linkHackLdFlags)
|
-shared -Bdynamic
|
||||||
;
|
;
|
||||||
|
|
||||||
KernelLd kernel_$(TARGET_ARCH) :
|
KernelLd kernel_$(TARGET_ARCH) :
|
||||||
|
|||||||
Reference in New Issue
Block a user