ucl: add Apple M1 configsub fix

This commit is contained in:
lean 2022-03-29 15:10:52 +08:00
parent 1a86fc3711
commit dc678ac1bf
2 changed files with 2924 additions and 6 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff