diff options
author | Mike Frysinger <vapier@gentoo.org> | 2022-02-21 22:35:38 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-03-28 23:10:34 -0400 |
commit | 7cd7b0641b6e3a328231880b8f47ea100e2c36aa (patch) | |
tree | 80d13c70f05e21747838c438212361288a7a7e7d /sim/configure.ac | |
parent | 1fc6fa2f1be66d99007bc2dba90f2c57f941bf58 (diff) | |
download | fsf-binutils-gdb-7cd7b0641b6e3a328231880b8f47ea100e2c36aa.zip fsf-binutils-gdb-7cd7b0641b6e3a328231880b8f47ea100e2c36aa.tar.gz fsf-binutils-gdb-7cd7b0641b6e3a328231880b8f47ea100e2c36aa.tar.bz2 |
sim: add arch/.gdbinit stub scripts
Make it easy to load the common gdbinit script even when running in
the arch/ subdir instead of the top-level sim dir.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 40a1efb..66a1020 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -65,6 +65,7 @@ m4_define([SIM_BUILD_TARGET], [dnl m4_if($2, [true], [dnl AC_CONFIG_SUBDIRS($1) ], [dnl + AC_CONFIG_FILES($1/.gdbinit:common/gdbinit.in) AC_CONFIG_FILES($1/Makefile.sim:$1/Makefile.in) AC_CONFIG_COMMANDS([$1/Makefile], [sed -n \ |