Renamed ARCH check to use powerpc (for ppc32) and powerpc64.

Signed-off-by: Kumar Gala <ga...@kernel.crashing.org>
Signed-off-by: Chunrong Guo <b40...@freescale.com>
---
 Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 878c71b..2482066 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ CC = gcc
 
 CUSTOM_LDSCRIPTS = yes
 
-ifeq ($(ARCH),ppc64)
+ifeq ($(ARCH),powerpc64)
 CC64 = $(CC) -m64
 ELF64 = elf64ppc
 TMPLIB64 = lib64
@@ -47,7 +47,7 @@ CC32 = $(CC) -m32
 ELF32 = elf32ppclinux
 endif
 else
-ifeq ($(ARCH),ppc)
+ifeq ($(ARCH),powerpc)
 CC32 = $(CC) -m32
 ELF32 = elf32ppclinux
 TMPLIB32 = lib
-- 
1.7.5.4



------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Libhugetlbfs-devel mailing list
Libhugetlbfs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to