From dcd20e9d16b1723e739928435315a578c9a15c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Tue, 22 Jul 2008 01:56:33 +0000 Subject: [PATCH] forgotten -fno-pic makes arch_elf.cpp give the correct pointers to dprintf instead of garbage. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26560 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/arch/m68k/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/boot/arch/m68k/Jamfile b/src/system/boot/arch/m68k/Jamfile index 9c2e6f9884..7724b75334 100644 --- a/src/system/boot/arch/m68k/Jamfile +++ b/src/system/boot/arch/m68k/Jamfile @@ -10,6 +10,7 @@ local librootArchObjects = KernelMergeObject boot_arch_m68k.o : arch_elf.cpp $(librootArchObjects) + : -fno-pic ; SEARCH on [ FGristFiles arch_elf.cpp ]