summaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2023-01-02 19:08:14 -0500
committerMike Frysinger <vapier@gentoo.org>2023-01-14 21:02:12 -0500
commiteaa13962f22acfe8bff388e2bc4d7335ec3fe802 (patch)
tree6b07d473b252eb7fdb414327141372873f75dd6f /sim/configure.ac
parent1b907fc09fc28c40ca59d90886227fefbb34c62f (diff)
downloadbinutils-gdb-eaa13962f22acfe8bff388e2bc4d7335ec3fe802.tar.gz
sim: build: drop depdir subdir hack
Now that all the ports compile some C files in their arch dirs, Automake guarantees creating the depdir for us, so we can drop our configure hack.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index 68a0cc450e5..b4ea1e7de9b 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -63,10 +63,6 @@ m4_define([SIM_BUILD_TARGET], [dnl
AC_CONFIG_SUBDIRS($1)
])
AC_CONFIG_FILES($1/.gdbinit:common/gdbinit.in)
- dnl Create the depdirs for ports until we can convert them to automake.
- AC_CONFIG_COMMANDS([depdir-$1],
- [$SHELL $ac_aux_dir/mkinstalldirs $1/$DEPDIR],
- [ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR])
])
dnl Enable a particular arch subdir.
dnl arg[1] is the matching target triple.