mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
ucl: add Apple M1 configsub fix
This commit is contained in:
parent
1a86fc3711
commit
dc678ac1bf
@ -17,12 +17,7 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
ifeq ($(HOST_OS),Darwin)
|
||||
HOSTCC :=gcc-11
|
||||
else
|
||||
HOSTCC :=gcc
|
||||
endif
|
||||
|
||||
HOST_CFLAGS +=-std=gnu89 -std=c90 -fPIC -Wno-error=implicit-function-declaration
|
||||
HOST_CFLAGS +=-std=gnu89
|
||||
|
||||
define Host/Prepare
|
||||
|
2923
tools/ucl/patches/200-ucl-apple-m1-configsub-fix.patch
Normal file
2923
tools/ucl/patches/200-ucl-apple-m1-configsub-fix.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user