Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git] / sdcc-extra / historygraphs / portme.h.stdcbench-SDCC-R3KA
bloba52b1cc7e3671773ce4ce12814cda6aaf294f29d
1 /* A portme.h for SDCC targeting the RCM3319 board */
3 typedef unsigned long stdcbench_clock_t;
4 #define STDCBENCH_CLOCKS_PER_SEC 32768
6 #define C90BASE
8 #undef C90FLOAT
10 #undef C90DOUBLE
12 #if defined(__SDCC) && __SDCC_REVISION < 10221 /* Older SDCC doesn't have strtol() */
13 #undef C90LIB
14 #else
15 #define C90LIB
16 #endif