On Saturday 24 March 2007, Segher Boessenkool wrote:
-if test "$host" = "sparc64" -o "$host" = "ia64" -o "$host" = "x86_64" -o "$host" = "alpha"; then +if test "$host" = "sparc64" -o "$host" = "ia64" -o "$host" = "amd64" -o "$host" = "alpha"; then
Do all hosts say this now? Shouldn't you keep x86_64 as well (at least for a while)?
Indeed. BTW, maybe it's a stupid suggestion, but wouldn't be an "echo $host | grep -q 64" be a good thing to start with, and then handle possible exceptions?
Torsten