diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-10-31 23:39:51 +0545 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-12-21 00:00:18 -0500 |
commit | 4a21ad1e76631ead9b0a40aabc6e51d17cb632c7 (patch) | |
tree | 4cce21081d98d224dd6d19c5c749e7ea9aee7012 /sim/iq2000 | |
parent | 4c3c31719b1a2e2a93087223286d927477646474 (diff) | |
download | binutils-4a21ad1e76631ead9b0a40aabc6e51d17cb632c7.zip binutils-4a21ad1e76631ead9b0a40aabc6e51d17cb632c7.tar.gz binutils-4a21ad1e76631ead9b0a40aabc6e51d17cb632c7.tar.bz2 |
sim: enable common sim_cpu usage everywhere
All ports should be migrated now. Drop the SIM_HAVE_COMMON_SIM_CPU
knob and require it be used everywhere now.
Diffstat (limited to 'sim/iq2000')
-rw-r--r-- | sim/iq2000/sim-main.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/iq2000/sim-main.h b/sim/iq2000/sim-main.h index bb927fc..ccc3fc8 100644 --- a/sim/iq2000/sim-main.h +++ b/sim/iq2000/sim-main.h @@ -4,8 +4,6 @@ #ifndef SIM_MAIN_H #define SIM_MAIN_H -#define SIM_HAVE_COMMON_SIM_CPU - /* 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. ???? */ |