mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
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.
This commit is contained in:
@ -26,7 +26,6 @@ SIM_OBJS = $(M68HC11_OBJS) \
|
|||||||
|
|
||||||
SIM_EXTRA_HW_DEVICES = m68hc11 m68hc11sio m68hc11eepr m68hc11tim m68hc11spi nvram
|
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.
|
# We must use 32-bit addresses to support memory bank switching.
|
||||||
# The WORD_BITSIZE is normally 16 but must be switched (temporarily)
|
# 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'
|
# to 32 to avoid a bug in the sim-common which uses 'unsigned_word'
|
||||||
|
Reference in New Issue
Block a user