From b0453d73e1a1bb6f142c7589997e6306f3b5e03c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 3 Oct 2006 19:11:01 +0000 Subject: [PATCH] clean up endianness selection SVN-Revision: 4901 --- libs/libgphoto2/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/libs/libgphoto2/Makefile b/libs/libgphoto2/Makefile index a416eb8cf..227f0e688 100644 --- a/libs/libgphoto2/Makefile +++ b/libs/libgphoto2/Makefile @@ -43,13 +43,7 @@ define Package/libgphoto2-drivers endef BIG_ENDIAN:=no -ifeq ($(ARCH),mips) - BIG_ENDIAN:=yes -endif -ifeq ($(ARCH),armeb) - BIG_ENDIAN:=yes -endif -ifeq ($(ARCH),powerpc) +ifeq ($(CONFIG_BIG_ENDIAN),y) BIG_ENDIAN:=yes endif -- 2.30.2