Skip to content

Commit 01e5ff0

Browse files
author
Damian Rouson
committed
Change gcc-trunk-install GCC installation path
1 parent d78a4f5 commit 01e5ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-scripts/gcc-trunk-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if [[ ! -z "${absolute_path:-}" ]]; then
148148
popd
149149
fi
150150

151-
export GCC_install_prefix=${install_prefix}/gcc/trunk
151+
export GCC_install_prefix=${install_prefix}/gnu/trunk
152152
# Build the patched GCC trunk
153153
echo "Rebuilding the patched GCC source."
154154
./install.sh \

0 commit comments

Comments
 (0)