Remove accidental change to cross-make.sh

This commit is contained in:
Douglas Katzman 2022-01-12 20:12:31 -05:00
parent 6788bfb3f1
commit 6a9cc406c9

View file

@ -8,7 +8,7 @@
# SSH is invoked to compile the C runtime.
# Passwordless login to the target machine is required.
config_options="--without-gencgc --with-cheneygc"
#config_options="--without-gencgc --with-cheneygc"
if [ $1 = -p ]
then
ssh_port_opt="-p $2"