mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-24 09:46:39 +00:00
gdb: Fix extra config variable name for native GDB
Variable native_extra_config must be used for configuration options instead for extra_config for native GDB. Signed-off-by: Yuriy Kolerov <ykolerov@synopsys.com>
This commit is contained in:
committed by
Chris Packham
parent
694c08a6ca
commit
65e5960a39
@ -167,8 +167,8 @@ do_debug_gdb_build()
|
|||||||
# version of expat and will attempt to link that, despite the -static flag.
|
# version of expat and will attempt to link that, despite the -static flag.
|
||||||
# The link will fail, and configure will abort with "expat missing or unusable"
|
# The link will fail, and configure will abort with "expat missing or unusable"
|
||||||
# message.
|
# message.
|
||||||
extra_config+=("--with-expat")
|
native_extra_config+=("--with-expat")
|
||||||
extra_config+=("--without-libexpat-prefix")
|
native_extra_config+=("--without-libexpat-prefix")
|
||||||
|
|
||||||
do_gdb_backend \
|
do_gdb_backend \
|
||||||
buildtype=native \
|
buildtype=native \
|
||||||
|
Reference in New Issue
Block a user