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

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1332107 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Foley 2012-04-30 08:27:34 +00:00
parent d5edc04635
commit c203c7628c
2 changed files with 3 additions and 1 deletions

View File

@ -136,6 +136,8 @@ Trunk (unreleased changes)
(Henry Robinson via atm)
HDFS-3243. TestParallelRead timing out on jenkins. (Henry Robinson via todd)
HDFS-3265. PowerPc Build error. (Kumar Ravi via mattf)
Release 2.0.0 - UNRELEASED

View File

@ -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*)