]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
sim: ppc: standardize configure option processing
authorMike Frysinger <vapier@gentoo.org>
Tue, 2 Jan 2024 06:13:44 +0000 (01:13 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 2 Jan 2024 06:41:55 +0000 (01:41 -0500)
commit08e88f27c7a4a232ace290a19500f33f1a343f3d
tree85a0a352837e38c94a1501b51f9577cb97b0d04e
parent0c53b9d697649b1d8cb60dea2d1998212437ca98
sim: ppc: standardize configure option processing

Switch from ad-hoc $silent checks & echo calls to standard
AC_MSG_CHECKING & AC_MSG_RESULT calls.  Also delete pointless
variable setting after calling AC_MSG_ERROR.
sim/ppc/configure
sim/ppc/configure.ac