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:
parent
d5edc04635
commit
c203c7628c
|
@ -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
|
||||
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in New Issue