From 4c9abf5679e35a7f48c492d452766060541c120e Mon Sep 17 00:00:00 2001 From: nls Date: Tue, 29 Jun 2010 14:57:52 +0000 Subject: [PATCH] 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(-) diff --git a/apps/codecs/libtremor/config-tremor.h b/apps/codecs/libtremor/config-tremor.h index abed96533..d6b223796 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 -- 2.11.4.GIT