diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-12-04 13:27:23 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-12-04 13:45:16 -0500 |
commit | 520e19d589b558e569f4945f34f9ac67f550a542 (patch) | |
tree | 3fa58a7705ccac9bf4549a857842ec6ccb6e5fc4 /sim/m68hc11 | |
parent | 784712bf4fed9507cb807277ac64d07686bab2c1 (diff) | |
download | gdb-520e19d589b558e569f4945f34f9ac67f550a542.zip gdb-520e19d589b558e569f4945f34f9ac67f550a542.tar.gz gdb-520e19d589b558e569f4945f34f9ac67f550a542.tar.bz2 |
sim: m68hc11: delete unused profile flags
These were moved to the common configure script a while ago and have
the same default as these, so just delete it.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r-- | sim/m68hc11/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/m68hc11/Makefile.in b/sim/m68hc11/Makefile.in index 0b2c4f1..579e4de 100644 --- a/sim/m68hc11/Makefile.in +++ b/sim/m68hc11/Makefile.in @@ -26,7 +26,6 @@ SIM_OBJS = $(M68HC11_OBJS) \ SIM_EXTRA_HW_DEVICES = m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram -SIM_PROFILE= -DPROFILE=1 -DWITH_PROFILE=-1 # We must use 32-bit addresses to support memory bank switching. # The WORD_BITSIZE is normally 16 but must be switched (temporarily) # to 32 to avoid a bug in the sim-common which uses 'unsigned_word' |