1
1

* fix to make platform detection work on Linux Sparc

This commit was SVN r5134.
Этот коммит содержится в:
Brian Barrett 2005-04-01 15:49:27 +00:00
родитель 45e68f9714
Коммит d737000a5e

Просмотреть файл

@ -677,7 +677,7 @@ case "${host}" in
OMPI_GCC_INLINE_ASSIGN='"1: li %0,0" : "=&r"(ret)'
;;
sparc-*)
sparc*-*)
# SPARC v9 (and above) are the only ones with 64bit support
# if compiling 32 bit, see if we are v9 (aka v8plus) or
# earlier (casa is v8+/v9).