mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
- fix copy'n paste error in ABI configuration
This commit is contained in:
parent
b861a915ba
commit
239c8a5d58
@ -64,7 +64,7 @@ GCC_WITH_TUNE:=--with-tune=$(BR2_GCC_TARGET_TUNE)
|
|||||||
endif
|
endif
|
||||||
ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ABI))),)
|
ifneq ($(strip $(subst ",,$(BR2_GCC_TARGET_ABI))),)
|
||||||
# ")))
|
# ")))
|
||||||
GCC_WITH_ABI:=--with-tune=$(BR2_GCC_TARGET_ABI)
|
GCC_WITH_ABI:=--with-abi=$(BR2_GCC_TARGET_ABI)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user