From a9fb594a077a268360373aff2d52c3d13f6b95f6 Mon Sep 17 00:00:00 2001 From: "Eric J. Korpela" Date: Wed, 25 Apr 2007 02:03:43 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=12468 --- checkin_notes | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/checkin_notes b/checkin_notes index 89cf5d567e..7fe096eb55 100755 --- a/checkin_notes +++ b/checkin_notes @@ -3971,3 +3971,24 @@ David 24 Apr 2007 handle_request.C sched_msgs.h validator.C + +Eric K 24 Apr 07 + - Exteded the "altername_platform" mechanism to x86_64 linux + and solaris. The current alternate platforms found by configure + are... + x86_64-pc-linux-gnu -> i686-pc-linux-gnu + sparc64-sun-solaris -> sparc-sun-solaris + sparc-sun-solaris -> sparc-sun-solaris2.7 + powerpc64-apple-darwin -> powerpc-apple-darwin + - The alternate platform can be overridden on the configure command line + --with-boinc-alt-platform="platformname" + + m4/ + boinc_platform.m4 + sched/ + Makefile.am + client/ + client_state.C + cs_scheduler.C + client_state.h +