From 7c716d6eac5c81085e1d79d8fd70cba7e066747a Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 29 Jun 2010 14:57:52 +0000 Subject: Clean up a leftover preprocessor symbol and improve the workaround for the 'arm-elf and static functions in iram' quirk so it doesn't affect builds with eabi toolchain (only affects nano2g). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27176 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/config-tremor.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/codecs/libtremor/config-tremor.h') diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h index abed96533b..d6b2237960 100644 --- a/apps/codecs/libtremor/config-tremor.h +++ b/apps/codecs/libtremor/config-tremor.h @@ -19,14 +19,10 @@ #endif #endif -#ifndef ICODE_ATTR_TREMOR_MDCT -#define ICODE_ATTR_TREMOR_MDCT ICODE_ATTR -#endif - /* Workaround for gcc bug where all static functions are called with short calls */ #if !defined(ICODE_ATTR_TREMOR_NOT_MDCT) && (CONFIG_CPU==S5L8701) -#define STATICIRAM_NOT_MDCT +#define STATICIRAM_NOT_MDCT STATICIRAM #else #define STATICIRAM_NOT_MDCT static #endif -- cgit v1.2.3