From 9b880bd4d86dc568221107516e6d4728c5f93a4e Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Tue, 4 Oct 2005 23:10:28 +0200 Subject: Update ARM Integrator boards: Correct addessing errors in platform files. Split off common core module data from Integrator header files to include/armcoremodule.h. Patch by Peter Pearse, 04 Oct 2005 --- cpu/arm925t/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'cpu/arm925t') diff --git a/cpu/arm925t/config.mk b/cpu/arm925t/config.mk index 3c7a27979..8db4adbe1 100644 --- a/cpu/arm925t/config.mk +++ b/cpu/arm925t/config.mk @@ -32,4 +32,3 @@ PLATFORM_CPPFLAGS += -march=armv4 # ========================================================================= PLATFORM_CPPFLAGS +=$(call cc-option,-mapcs-32,-mabi=apcs-gnu) PLATFORM_RELFLAGS +=$(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) - -- cgit v1.2.3