Skip to content

Commit 8a76797

Browse files
authored
Comment out the libclang_rt kludge, for future removal
1 parent 7a08010 commit 8a76797

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Makefile.arm64

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,10 @@ endif
310310

311311
ifeq ($(CORE), VORTEXM4)
312312
ifneq ($(C_COMPILER), GCC)
313-
ifeq ($(APPLECLANG),1)
314313
CCOMMON_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
319317
else
320318
CCOMMON_OPT += -march=armv8.4-a
321319
endif

0 commit comments

Comments
 (0)