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/ixp/config.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'cpu/ixp/config.mk') diff --git a/cpu/ixp/config.mk b/cpu/ixp/config.mk index 2f735c552c..eddda39e0f 100644 --- a/cpu/ixp/config.mk +++ b/cpu/ixp/config.mk @@ -35,4 +35,3 @@ PLATFORM_CPPFLAGS += -mbig-endian -march=armv4 -mtune=strongarm1100 # ========================================================================= 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.1