git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0@1332101 13f79535-47bb-0310-9956-ffa450edef68
@@ -50,6 +50,8 @@ Release 1.0.3 - unreleased
MAPREDUCE-4207. Remove System.out.println() in FileInputFormat
(Kihwal Lee via harsh)
+ HDFS-3265. PowerPc Build error. (Kumar Ravi via mattf)
+
Release 1.0.2 - 2012.03.24
NEW FEATURES
@@ -71,7 +71,7 @@ AC_DEFUN([AP_SUPPORTED_HOST],[
esac
case $host_cpu in
- powerpc)
+ powerpc*)
CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
HOST_CPU=$host_cpu;;
sparc*)