~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to m4/boinc_platform.m4

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
      ia64-hp-hpux*)
52
52
        boinc_platform="ia64-hp-hpux"
53
53
        ;;
54
 
 
 
54
    esac
 
55
    case "${target}" in
 
56
      i386-pc-os2)
 
57
        boinc_platform="i686-pc-os2"
 
58
        ;;
55
59
    esac
56
60
  fi
57
61
  AC_DEFINE_UNQUOTED([HOSTTYPE],"$boinc_platform",[Platform identification used to identify applications for this BOINC core client])