mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config/ncr3000.mt: New target config file.
This commit is contained in:
@ -75,6 +75,7 @@ m88k.mt
|
||||
merlin.mh
|
||||
merlin.mt
|
||||
ncr3000.mh
|
||||
ncr3000.mt
|
||||
news.mh
|
||||
news.mt
|
||||
news1000.mh
|
||||
|
11
gdb/config/ncr3000.mt
Normal file
11
gdb/config/ncr3000.mt
Normal file
@ -0,0 +1,11 @@
|
||||
# Target: Intel 386 running SVR4
|
||||
TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o
|
||||
TM_FILE= tm-i386v4.h
|
||||
|
||||
# For now, we have to select, at compile time, a particular flavor of C++
|
||||
# demangling to support. For this machine, we select the style specified
|
||||
# in the Annotated C++ Reference Manual, section 7.2.1c, which is what is
|
||||
# used by the Lucid C++ compiler for most things. But there are places
|
||||
# where Lucid varies from the ARM, so select the Lucid specific code also.
|
||||
DEMANGLE_OPTS=-Dnounderscore -DARM_DEMANGLING -DLUCID_DEMANGLING
|
||||
|
Reference in New Issue
Block a user