search for: 8b51e65

Displaying 1 result from an estimated 1 matches for "8b51e65".

Did you mean: 85165
2006 Jun 06
0
ppc32: "Relocation truncated to fit"
...@zytor.com> Tue, 06 Jun 2006 14:22:35 -0700 committer H. Peter Anvin <hpa@zytor.com> Tue, 06 Jun 2006 14:22:35 -0700 usr/klibc/arch/ppc/MCONFIG | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/usr/klibc/arch/ppc/MCONFIG b/usr/klibc/arch/ppc/MCONFIG index 8b51e65..5410933 100644 --- a/usr/klibc/arch/ppc/MCONFIG +++ b/usr/klibc/arch/ppc/MCONFIG @@ -7,15 +7,20 @@ # accordingly. # -KLIBCOPTFLAGS = -Os -KLIBCBITSIZE = 32 +gcc_m32_option := $(call cc-option, -m32, ) + +KLIBCOPTFLAGS = -Os +KLIBCLDFLAGS = -m elf32ppclinux +KLIBCARCHREQFLAGS += $(gc...