mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
An artifact of merging native/gdbserver backends
... resulted in an attempt to build libinproctrace.so whenever any of the {gdbserver, native gdb} was enabled. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
5e82ca9e3d
commit
cc3686ec2f
@ -114,15 +114,15 @@ do_debug_gdb_build()
|
||||
native_extra_config+=("--disable-gdbserver")
|
||||
else
|
||||
native_extra_config+=("--enable-gdbserver")
|
||||
if [ "${CT_GDB_NATIVE_BUILD_IPA_LIB}" = "y" ]; then
|
||||
gdbserver_extra_config+=("--enable-inprocess-agent")
|
||||
else
|
||||
gdbserver_extra_config+=("--disable-inprocess-agent")
|
||||
fi
|
||||
if [ "${CT_GDB_NATIVE}" != "y" ]; then
|
||||
subdir=gdb/gdbserver/
|
||||
fi
|
||||
fi
|
||||
if [ "${CT_GDB_NATIVE_BUILD_IPA_LIB}" = "y" ]; then
|
||||
native_extra_config+=("--enable-inprocess-agent")
|
||||
else
|
||||
native_extra_config+=("--disable-inprocess-agent")
|
||||
fi
|
||||
|
||||
export ac_cv_func_strncmp_works=yes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user