This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch, moxie, sim] Use common memory infrastructure & introduce device tree source


>>>>> "Anthony" == Anthony Green <green@moxielogic.com> writes:

Anthony> Index: sim/moxie/Makefile.in
Anthony> ===================================================================

This doesn't use the new subst "DTC".

Anthony> +all: interp.o moxie-gdb.dtb
Anthony> +moxie-gdb.dtb: moxie-gdb.dts
Anthony> +	dtc -O dtb -o moxie-gdb.dtb ${srcdir}/moxie-gdb.dts

Also, it unconditionally runs dtc.

Is it intended to work if dtc is not found?
If so then this stuff should be conditional somehow.

Anthony> +AC_CHECK_TOOL(DTC, dtc)

Otherwise, if dtc is always necessary, then there's no need for this
check.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]