mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 00:26:55 +00:00
Fix gdb to install in CT_PREFIX_DIR rather than CT_INSTALL_DIR.
One day, I swear, I will implement the install directory option. But later.
This commit is contained in:
parent
4fb8055bf7
commit
94960ef7c3
@ -41,7 +41,7 @@ do_debug_gdb_build() {
|
||||
--build=${CT_BUILD} \
|
||||
--host=${CT_HOST} \
|
||||
--target=${CT_TARGET} \
|
||||
--prefix="${CT_INSTALL_DIR}" \
|
||||
--prefix="${CT_PREFIX_DIR}" \
|
||||
--with-build-sysroot="${CT_SYSROOT_DIR}" \
|
||||
--enable-threads \
|
||||
${extra_config} 2>&1 |CT_DoLog ALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user