commit | 856cd0786ccea2f0b39d36024187c415e0a27d76 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sat Jan 14 12:42:30 2023 -0700 |
committer | Tom Tromey <tom@tromey.com> | Sat Jan 14 12:47:17 2023 -0700 |
tree | 69c70848c10b0921bd81d0674b5c63a32a8ece68 | |
parent | 311578da0f0e282c09732944e11fae89a30aeaef [diff] |
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.