diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-06-15 23:01:45 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-06-18 10:11:58 -0400 |
commit | 3f8414df7a533cccd39bf19c0e311975d9ededde (patch) | |
tree | e3845b4009ae095c44a0100d4a9b96971b2541da /sim/configure.ac | |
parent | 162c6aef1f3a96923e75f0b4ef430822d273465c (diff) | |
download | fsf-binutils-gdb-3f8414df7a533cccd39bf19c0e311975d9ededde.zip fsf-binutils-gdb-3f8414df7a533cccd39bf19c0e311975d9ededde.tar.gz fsf-binutils-gdb-3f8414df7a533cccd39bf19c0e311975d9ededde.tar.bz2 |
sim: create a makefile fragment to pass common settings down
As we merge settings from subdirs into the common configure, we
sometimes need to keep the settings working in both dirs. Create
a makefile fragment to pass them down so we don't have to run the
checks twice. For now, the file is empty, but we'll start moving
logic in shortly.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 4ba2921..91af0bb 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -118,5 +118,5 @@ SIM_AC_OPTION_PROFILE SIM_AC_OPTION_STDIO SIM_AC_OPTION_TRACE -AC_CONFIG_FILES([Makefile]) +AC_CONFIG_FILES([arch-subdir.mk Makefile]) AC_OUTPUT |