mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
toolchain-crosstool-ng: fix arch for powerpc
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6156924c2b
commit
2b721e9c11
@ -115,6 +115,7 @@ else ifeq ($(BR2_mipsel),y)
|
|||||||
CTNG_ARCH := mips
|
CTNG_ARCH := mips
|
||||||
CTNG_ENDIAN := LE
|
CTNG_ENDIAN := LE
|
||||||
else ifeq ($(BR2_powerpc),y)
|
else ifeq ($(BR2_powerpc),y)
|
||||||
|
CTNG_ARCH := powerpc
|
||||||
CTNG_BIT := 32
|
CTNG_BIT := 32
|
||||||
else ifeq ($(BR2_x86_64),y)
|
else ifeq ($(BR2_x86_64),y)
|
||||||
CTNG_ARCH := x86
|
CTNG_ARCH := x86
|
||||||
|
Loading…
x
Reference in New Issue
Block a user