Skip to content

Commit

Permalink
Modified for gnu targets that end in versions of the style n.n.n
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=9208
  • Loading branch information
SETIguy committed Jan 10, 2006
1 parent d6198a1 commit 60aef9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/boinc_platform.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60aef9a

Please sign in to comment.