[GIT] ppl/ppl(master): Updated.

Module: ppl/ppl Branch: master Commit: b99dd92358b6e510c335c70f87767f92a6728936 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=b99dd92358b6e...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Aug 2 09:17:16 2010 +0200
Updated.
---
Watchdog/config.guess | 4 ++-- config.guess | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Watchdog/config.guess b/Watchdog/config.guess index 115f944..4e621ac 100755 --- a/Watchdog/config.guess +++ b/Watchdog/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc.
-timestamp='2010-04-03' +timestamp='2010-07-29'
# This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -552,7 +552,7 @@ EOF echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000 diff --git a/config.guess b/config.guess index 115f944..4e621ac 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc.
-timestamp='2010-04-03' +timestamp='2010-07-29'
# This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -552,7 +552,7 @@ EOF echo rs6000-ibm-aix3.2 fi exit ;; - *:AIX:*:[456]) + *:AIX:*:[4567]) IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then IBM_ARCH=rs6000
participants (1)
-
Roberto Bagnara