projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d770915
)
clean up endianness selection
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Oct 2006 19:11:01 +0000
(19:11 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 3 Oct 2006 19:11:01 +0000
(19:11 +0000)
SVN-Revision: 4901
libs/libgphoto2/Makefile
patch
|
blob
|
history
diff --git
a/libs/libgphoto2/Makefile
b/libs/libgphoto2/Makefile
index a416eb8cfd5dfe896252f7fc117b4fc0601f037d..227f0e688309c19fee9e24aeaf34f62ef282cadc 100644
(file)
--- 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