From 5e32501ea531260cf250a3d48ccc775e43acd8e0 Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Mon, 28 Jun 2010 21:16:04 +0200 Subject: [PATCH] Enable the EABI compat module so linking u-boot succeeds. --- Makefile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Makefile b/Makefile index a4698d8..1047144 100644 --- a/Makefile +++ b/Makefile @@ -261,6 +261,7 @@ else PLATFORM_LIBGCC = -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc endif PLATFORM_LIBS += $(PLATFORM_LIBGCC) +PLATFORM_LIBS += $(OBJTREE)/arch/arm/lib/eabi_compat.o export PLATFORM_LIBS # Special flags for CPP when processing the linker script. -- 1.7.1