make : remove unused -DGGML_BIG_ENDIAN

This commit is contained in:
Cebtenzzre 2023-08-29 12:59:06 -04:00
parent 69fdbb9abc
commit dca3c06855

View file

@ -213,10 +213,6 @@ ifneq ($(filter ppc64%,$(UNAME_M)),)
CFLAGS += -mcpu=power9
CXXFLAGS += -mcpu=power9
endif
# Require c++23's std::byteswap for big-endian support.
ifeq ($(UNAME_M),ppc64)
CXXFLAGS += -std=c++23 -DGGML_BIG_ENDIAN
endif
endif
else