aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2024-01-09 20:48:37 -0500
committerMike Frysinger <vapier@gentoo.org>2024-01-10 19:53:10 -0500
commit72d711c1556abac04845bb00aa2d97ebcc97a85c (patch)
tree9e6e08ec05cb62c4128e8a03abd189f7e9ff1637 /sim/configure.ac
parent0846ae35a1a2d9968105a0174d82539f1927ba28 (diff)
downloadbinutils-72d711c1556abac04845bb00aa2d97ebcc97a85c.zip
binutils-72d711c1556abac04845bb00aa2d97ebcc97a85c.tar.gz
binutils-72d711c1556abac04845bb00aa2d97ebcc97a85c.tar.bz2
sim: build: switch to gdbsupport/libiberty.m4
Leverage this common logic to find all the libiberty settings rather than duplicate it ourselves.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index f475ab2..125eaa5 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -20,6 +20,9 @@ dnl Set the 'development' global before loading the SIM macros.
SIM_AC_TOOLCHAIN
SIM_AC_PLATFORM
+m4_include([../gdbsupport/libiberty.m4])
+libiberty_INIT
+
AM_MAINTAINER_MODE
AM_INIT_AUTOMAKE
AM_SILENT_RULES([yes])