Skip to content

Commit 8653d3a

Browse files
author
Damian Rouson
committed
Update patched-trunk-install.sh to use --only-download
1 parent 8530476 commit 8653d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer-scripts/patched-trunk-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ install_if_missing flex
106106
### Install the prerequisites that must be built from source ###
107107

108108
# Download and build the GCC trunk:
109-
./install.sh --package gcc --install-branch trunk --yes-to-all
109+
./install.sh --package gcc --install-branch trunk --only-download
110110

111111
# Patch the GCC trunk and rebuild
112112
echo "Patching the GCC source."

0 commit comments

Comments
 (0)