summaryrefslogtreecommitdiff
path: root/cross-make.sh
diff options
context:
space:
mode:
authorDouglas Katzman <dougk@google.com>2022-01-12 20:03:51 -0500
committerDouglas Katzman <dougk@google.com>2022-01-12 20:08:41 -0500
commit6788bfb3f12c7425cff07490a4adc13df67d6efd (patch)
treebc9920f47f4f3e804daaeaad0af8c32173773cef /cross-make.sh
parent176f8f4c15fb4c7d88241ed975dad8ef8a9ef3dc (diff)
Fix all the builds- assign widetags based on word size
There are comments saying that the high 2 bits of code-header-widetag must be zero. I didn't want to figure out whether that's still a requirement. So pick widetags that make it true.
Diffstat (limited to 'cross-make.sh')
-rwxr-xr-xcross-make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-make.sh b/cross-make.sh
index 09b21e4fc..f05c03058 100755
--- a/cross-make.sh
+++ b/cross-make.sh
@@ -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"