Use NONMATCHING on modern for gcc-arm-none-eabi
This commit is contained in:
@@ -38,7 +38,12 @@
|
|||||||
// Crashes may occur due to section reordering in the modern build,
|
// Crashes may occur due to section reordering in the modern build,
|
||||||
// so we force BUGFIX here.
|
// so we force BUGFIX here.
|
||||||
#if MODERN
|
#if MODERN
|
||||||
|
#ifndef BUGFIX
|
||||||
#define BUGFIX
|
#define BUGFIX
|
||||||
|
#endif // BUGFIX
|
||||||
|
#ifndef NONMATCHING
|
||||||
|
#define NONMATCHING
|
||||||
|
#endif // NONMATCHING
|
||||||
#endif // MODERN
|
#endif // MODERN
|
||||||
|
|
||||||
#endif // GUARD_CONFIG_H
|
#endif // GUARD_CONFIG_H
|
||||||
|
|||||||
Reference in New Issue
Block a user