From 60aef9aa551a1f3c7a141382656739e0bc19f790 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Tue, 10 Jan 2006 22:54:06 +0000 Subject: [PATCH] Modified for gnu targets that end in versions of the style n.n.n svn path=/trunk/boinc/; revision=9208 --- m4/boinc_platform.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/boinc_platform.m4 b/m4/boinc_platform.m4 index b7fbda2a5a..2b700a70a8 100644 --- a/m4/boinc_platform.m4 +++ b/m4/boinc_platform.m4 @@ -6,7 +6,7 @@ AC_DEFUN([BOINC_PLATFORM],[ [boinc_platform=]) AC_MSG_CHECKING([boinc platform]) if test -z "${boinc_platform}" ; then - boinc_platform=`echo $target | $SED -e 's/redhat/pc/' -e 's/[[0-9]]$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//'` + boinc_platform=`echo $target | $SED -e 's/redhat/pc/' -e 's/[[0-9]]$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//' -e 's/\.$//' -e 's/[[0-9]]$//'` case "${boinc_platform}" in sparc-sun-solaris) if test "$COMPILER_MODEL_BITS" = "64" ; then