]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/configure: realign the AC_ARG_ENABLE(sim, ....) block
authorAndrew Burgess <aburgess@redhat.com>
Mon, 8 Apr 2024 09:56:51 +0000 (10:56 +0100)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 8 Apr 2024 09:56:51 +0000 (10:56 +0100)
commit36192c2be137d2af13fbc2d528de05b41d546805
tree344109b9e3eb231fd0b2b765989b40918af725b5
parent76bbe1f5970dd5ba5642c5e31825786226619c56
gdb/configure: realign the AC_ARG_ENABLE(sim, ....) block

Following the suggestion in this review comment:

  https://inbox.sourceware.org/gdb-patches/9420bbb0-2614-4847-9157-8562f8a62d03@simark.ca

this commit realigns the AC_ARG_ENABLE(sim, ....) block.  I've added
additional [...] quoting in a couple of places, which is inline with
how other AC_ARG_ENABLE blocks are formatted within GDB's configure.ac
file.

There should be no change in how GDB configures or builds after this
commit.
gdb/configure
gdb/configure.ac