mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-10 05:07:46 +02:00
big endian for armeb and powerpc
This commit is contained in:
parent
90b1c7af8a
commit
efd6dc8099
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ ENDIANNESS:=LITTLE
|
||||||
ifeq ($(ARCH),mips)
|
ifeq ($(ARCH),mips)
|
||||||
ENDIANNESS:=BIG
|
ENDIANNESS:=BIG
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(ARCH),armeb)
|
||||||
|
ENDIANNESS:=BIG
|
||||||
|
endif
|
||||||
|
ifeq ($(ARCH),powerpc)
|
||||||
|
ENDIANNESS:=BIG
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
define Package/snapcast/Default
|
define Package/snapcast/Default
|
||||||
SECTION := sxx
|
SECTION := sxx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue