]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: ppc: fix bad AC_CACHE_CHECK call with semun
authorMike Frysinger <vapier@gentoo.org>
Tue, 2 Jan 2024 00:54:10 +0000 (19:54 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 2 Jan 2024 05:29:28 +0000 (00:29 -0500)
commit4d4952a63dd231110cd91d2e88c75ad56aa2726f
tree293cf985b0cadb515018070c9046706574bacd9d
parentd264d78607d4fb9fd5d119261ca6f27a89f5b4fe
sim: ppc: fix bad AC_CACHE_CHECK call with semun

The first arg is the cache var name, and this one was typoed relative
to what the call actually set.  We also don't need the manual call to
AC_MSG_RESULT as the AC_CACHE_CHECK takes care of it for us.
sim/ppc/configure
sim/ppc/configure.ac