make : remove unused -DGGML_BIG_ENDIAN
This commit is contained in:
parent
69fdbb9abc
commit
dca3c06855
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue