Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdb: Use correct libexpat for native build
The native gdb needs the version of libexpat built for the target. On some systems gdb's configure will find the one from the build machine. Use --with-expat= to point at the correct one for the target. Fixes: 2092 Signed-off-by: Chris Packham <judge.packham@gmail.com>
- Loading branch information