add an example for the RCCE settings
This commit is contained in:
parent
c738a64d57
commit
966338f590
1 changed files with 7 additions and 0 deletions
|
@ -55,6 +55,13 @@ extern "C" {
|
|||
#define CONFIG_MULTIBOOT
|
||||
//#define CONFIG_ROCKCREEK
|
||||
|
||||
// RCCE specific flags
|
||||
#define SCC
|
||||
#define MS_BAREMETAL
|
||||
#define GORY
|
||||
//#define SHMADD
|
||||
//#define SHMADD_CACHEABLE
|
||||
|
||||
#define BUILTIN_EXPECT(exp, b) __builtin_expect((exp), (b))
|
||||
//#define BUILTIN_EXPECT(exp, b) (exp)
|
||||
#define NORETURN __attribute__((noreturn))
|
||||
|
|
Loading…
Add table
Reference in a new issue