880bc914e0
* NEWS: Mention that m32r is multi-arch. From 2003-07-28 Kei Sakamoto <sakamoto.kei@renesas.com>: * configure.tgt: Recognize m32r-*-*. * config/m32r/tm-m32r.h: Delete file. * config/m32r/m32r.mt: New file. * m32r-rom.c (m32r_upload_command): Use hostent only when gethostname succeeds, in order to avoid a compilation warning. * m32r-tdep.c (m32r_store_return_value): Add a cast to remove a compiler warning.
4 lines
135 B
Mathematica
4 lines
135 B
Mathematica
# Target: Renesas m32r processor
|
|
TDEPFILES= m32r-tdep.o monitor.o m32r-rom.o dsrec.o
|
|
SIM_OBS = remote-sim.o
|
|
SIM = ../sim/m32r/libsim.a
|