File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -310,12 +310,10 @@ endif
310310
311311ifeq ($(CORE), VORTEXM4)
312312ifneq ($(C_COMPILER), GCC)
313- ifeq ($(APPLECLANG),1)
314313CCOMMON_OPT += -march=armv8.4-a+sme
315- else
316- CCOMMON_OPT += -march=armv8.4-a+sme
317- override LDFLAGS += -lclang_rt_builtins-aarch64
318- endif
314+ #ifneq ($(APPLECLANG),1)
315+ #override LDFLAGS += -lclang_rt_builtins-aarch64
316+ #endif
319317else
320318CCOMMON_OPT += -march=armv8.4-a
321319endif
Original file line number Diff line number Diff line change @@ -342,8 +342,8 @@ no_sme=0
342342is_appleclang=0
343343if [ " $architecture " = " arm64" ]; then
344344 if [ " $compiler " = " CLANG" ]; then
345- data =` $compiler_name --version`
346- case " $data " in Apple* )
345+ vdata =` $compiler_name --version`
346+ case " $vdata " in Apple* )
347347 is_appleclang=1
348348 esac
349349 fi
Original file line number Diff line number Diff line change @@ -38,12 +38,10 @@ ifeq ($(TARGET_CORE), VORTEXM4)
3838 ifeq ($(C_COMPILER), GCC)
3939 override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -UHAVE_SME -march=armv8.4-a
4040 else
41- ifeq ($(APPLECLANG),1)
42- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv8.4-a+sme
43- else
44- override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv8.4-a+sme
45- override LDFLAGS += -lclang_rt_builtins-aarch64
46- endif
41+ override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE ) -march=armv8.4-a+sme
42+ # ifneq ($(APPLECLANG),1)
43+ # override LDFLAGS += -lclang_rt_builtins-aarch64
44+ # endif
4745 ifdef OS_WINDOWS
4846 ifeq ($(C_COMPILER), CLANG)
4947 override CFLAGS += --aarch64-stack-hazard-size=0
You can’t perform that action at this time.
0 commit comments