diff options
Diffstat (limited to 'math/reduce/files/runpsl.sh')
-rw-r--r-- | math/reduce/files/runpsl.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/reduce/files/runpsl.sh b/math/reduce/files/runpsl.sh index a05817a6d572..67de252482a8 100644 --- a/math/reduce/files/runpsl.sh +++ b/math/reduce/files/runpsl.sh @@ -4,6 +4,9 @@ case `uname -m` in amd64) STORE=2000 ;; +i386) + STORE=16000000 + ;; esac bin="/usr/local/share/reduce/psl/bpsl" |