Pass internal gdb flags to --configuration invocations
authorTom Tromey <tom@tromey.com>
Sat, 14 Jan 2023 19:42:30 +0000 (12:42 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 14 Jan 2023 19:47:17 +0000 (12:47 -0700)
commit856cd0786ccea2f0b39d36024187c415e0a27d76
tree69c70848c10b0921bd81d0674b5c63a32a8ece68
parent311578da0f0e282c09732944e11fae89a30aeaef
Pass internal gdb flags to --configuration invocations

The test suite uses the --configuration flag to feature-test gdb.
However, when I added this, I neglected to pass the internal gdbflags
to this, causing an error, which then caused failures in the test
suite (which would not be seen if you'd ever run "make install").

This patch fixes the bug.  Tested by removing my install tree first,
to verify that I could reproduce the failure.
gdb/testsuite/lib/gdb-guile.exp
gdb/testsuite/lib/gdb.exp