dev-debug/gdb: bashisms gone from live

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2025-12-20 06:54:52 +00:00
parent 90fdf54ec7
commit dbefb43829
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -270,8 +270,7 @@ src_configure() {
# ensure proper compiler is detected for Clang builds: bug #831202 # ensure proper compiler is detected for Clang builds: bug #831202
export GCC_FOR_TARGET="${CC_FOR_TARGET:-$(tc-getCC)}" export GCC_FOR_TARGET="${CC_FOR_TARGET:-$(tc-getCC)}"
# XXX: bash for https://inbox.sourceware.org/gdb-patches/87ecw08tfk.fsf@gentoo.org/ econf "${myconf[@]}"
CONFIG_SHELL="${BROOT}"/bin/bash econf "${myconf[@]}"
} }
src_test() { src_test() {