projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
784712b
)
sim: m68hc11: delete unused profile flags
author
Mike Frysinger
<vapier@gentoo.org>
Sat, 4 Dec 2021 18:27:23 +0000
(13:27 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 4 Dec 2021 18:45:16 +0000
(13:45 -0500)
These were moved to the common configure script a while ago and have
the same default as these, so just delete it.
sim/m68hc11/Makefile.in
patch
|
blob
|
history
diff --git
a/sim/m68hc11/Makefile.in
b/sim/m68hc11/Makefile.in
index 0b2c4f1ea6b25abc2f96677794e6c2a6eeac5bcb..579e4def0d531307015b1b00a0f23a84145fbfcc 100644
(file)
--- 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'