From 2dda258f99cb5575724d26a32077dad92fb8e181 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 8 May 2012 15:58:09 +0200 Subject: Remove STATICIRAM hack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was only needed by the old arm toolchain that we no longer use or support. Change-Id: Id0e6c67477f8834a637079b03cde5fbf9da68b1c Reviewed-on: http://gerrit.rockbox.org/233 Reviewed-by: Nils Wallménius --- firmware/export/config.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'firmware/export/config.h') diff --git a/firmware/export/config.h b/firmware/export/config.h index d85cf1e784..b642775b95 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -912,21 +912,11 @@ Lyre prototype 1 */ && CONFIG_CPU != JZ4732 && CONFIG_CPU != AS3525v2 && CONFIG_CPU != IMX233 #define PLUGIN_USE_IRAM #endif -#if defined(CPU_ARM) && !defined(__ARM_EABI__) -/* GCC quirk workaround: arm-elf-gcc treats static functions as short_call - * when not compiling with -ffunction-sections, even when the function has - * a section attribute. - * This is fixed with eabi since all calls are short ones by default */ -#define STATICIRAM -#else -#define STATICIRAM static -#endif #else #define ICODE_ATTR #define ICONST_ATTR #define IDATA_ATTR #define IBSS_ATTR -#define STATICIRAM static #endif #if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \ -- cgit v1.2.3