diff options
author | Luis Machado <luis.machado@linaro.org> | 2021-04-07 16:20:44 -0300 |
---|---|---|
committer | Luis Machado <luis.machado@linaro.org> | 2021-04-08 15:02:14 -0300 |
commit | b7f507caf082212ea1aa62897bb26d0f3b59b5c4 (patch) | |
tree | ec04cab949f0346f1318b9cc6eadb402fbe274a7 /sim/moxie/ChangeLog | |
parent | 2b8d134be46071f6869ed45ebbf521d91c93fb66 (diff) | |
download | fsf-binutils-gdb-b7f507caf082212ea1aa62897bb26d0f3b59b5c4.zip fsf-binutils-gdb-b7f507caf082212ea1aa62897bb26d0f3b59b5c4.tar.gz fsf-binutils-gdb-b7f507caf082212ea1aa62897bb26d0f3b59b5c4.tar.bz2 |
Fix DTB generation mechanism and build failure
I ran into a build failure with --enable-targets=all due to the fact that
the moxie sim expects to be able to use the dtc tool. If it isn't available,
the builds fails.
The following patch adds a prebuilt dtb file to the tree. That file is the one
that is used for installations.
The patch also enables (re-)generation of the dtb file through maintainer
mode, if it needs to be updated due to a change in the dts file.
Tested on aarch64-linux/x86_64-linux.
sim/moxie/ChangeLog:
2021-04-08 Luis Machado <luis.machado@linaro.org>
* Makefile.in (moxie-gdb.dtb): Add maintainer mode dependency.
(install-dtb): Install prebuilt dtb file.
* moxie-gdb.dtb: New prebuilt file.
Diffstat (limited to 'sim/moxie/ChangeLog')
-rw-r--r-- | sim/moxie/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/moxie/ChangeLog b/sim/moxie/ChangeLog index b73cfab..95ddb4f 100644 --- a/sim/moxie/ChangeLog +++ b/sim/moxie/ChangeLog @@ -1,3 +1,9 @@ +2021-04-08 Luis Machado <luis.machado@linaro.org> + + * Makefile.in (moxie-gdb.dtb): Add maintainer mode dependency. + (install-dtb): Install prebuilt dtb file. + * moxie-gdb.dtb: New prebuilt file. + 2021-04-02 Mike Frysinger <vapier@gentoo.org> * aclocal.m4, configure: Regenerate. |