sim: device_error: punt
[binutils-gdb.git] / sim / m32r / tconfig.h
1 /* M32R target configuration file. -*- C -*- */
2
3 #ifndef M32R_TCONFIG_H
4 #define M32R_TCONFIG_H
5
6 /* For MSPR support. FIXME: revisit. */
7 #define WITH_DEVICES 1
8
9 /* This is a global setting. Different cpu families can't mix-n-match -scache
10 and -pbb. However some cpu families may use -simple while others use
11 one of -scache/-pbb. */
12 #define WITH_SCACHE_PBB 1
13
14 #endif /* M32R_TCONFIG_H */