269362117d
Most targets already default to loading code via their LMA, but for a few, this means the default changes from loading VMA to LMA. It's better to have the different targets be consistent, and allows some code clean up.
12 lines
407 B
C
12 lines
407 B
C
/* IQ2000 target configuration file. -*- C -*- */
|
|
|
|
/* For MSPR support. FIXME: revisit. */
|
|
#define WITH_DEVICES 0
|
|
|
|
/* ??? Temporary hack until model support unified. */
|
|
#define SIM_HAVE_MODEL
|
|
|
|
/* 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
|