Browse Source

HDFS-3265. PowerPc Build error. Contributed by Kumar Ravi.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1.0@1332101 13f79535-47bb-0310-9956-ffa450edef68
Matthew Foley 13 years ago
parent
commit
6f63dbd3fe
2 changed files with 3 additions and 1 deletions
  1. 2 0
      CHANGES.txt
  2. 1 1
      src/c++/libhdfs/m4/apsupport.m4

+ 2 - 0
CHANGES.txt

@@ -50,6 +50,8 @@ Release 1.0.3 - unreleased
     MAPREDUCE-4207. Remove System.out.println() in FileInputFormat
     MAPREDUCE-4207. Remove System.out.println() in FileInputFormat
     (Kihwal Lee via harsh)
     (Kihwal Lee via harsh)
 
 
+    HDFS-3265. PowerPc Build error. (Kumar Ravi via mattf)
+
 Release 1.0.2 - 2012.03.24
 Release 1.0.2 - 2012.03.24
 
 
   NEW FEATURES
   NEW FEATURES

+ 1 - 1
src/c++/libhdfs/m4/apsupport.m4

@@ -71,7 +71,7 @@ AC_DEFUN([AP_SUPPORTED_HOST],[
   esac
   esac
 
 
   case $host_cpu in
   case $host_cpu in
-  powerpc)
+  powerpc*)
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
     CFLAGS="$CFLAGS -DCPU=\\\"$host_cpu\\\""
     HOST_CPU=$host_cpu;;
     HOST_CPU=$host_cpu;;
   sparc*)
   sparc*)