mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-07 19:34:17 +00:00
debug/gdb: fix possibly broken code
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
ea899b6767
commit
6fef7d640a
@ -148,8 +148,9 @@ do_debug_gdb_build() {
|
||||
cross_extra_config+=("--enable-expat")
|
||||
cross_extra_config+=("--with-expat=yes")
|
||||
|
||||
[ "${CT_TOOLCHAIN_ENABLE_NLS}" != "y" ] && \
|
||||
cross_extra_config+=("--disable-nls")
|
||||
if [ "${CT_TOOLCHAIN_ENABLE_NLS}" != "y" ]; then
|
||||
cross_extra_config+=("--disable-nls")
|
||||
fi
|
||||
|
||||
gdb_cross_configure="${gdb_src_dir}/configure"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user