diff options
Diffstat (limited to 'sim/m32r/tconfig.h')
-rw-r--r-- | sim/m32r/tconfig.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/m32r/tconfig.h b/sim/m32r/tconfig.h index 0a43607416b..42c538ca4b6 100644 --- a/sim/m32r/tconfig.h +++ b/sim/m32r/tconfig.h @@ -6,9 +6,4 @@ /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 1 -/* This is a global setting. Different cpu families can't mix-n-match -scache - and -pbb. However some cpu families may use -simple while others use - one of -scache/-pbb. */ -#define WITH_SCACHE_PBB 1 - #endif /* M32R_TCONFIG_H */ |