mirror of https://github.com/sm64pc/sm64pc.git
Update Makefile
This commit is contained in:
parent
20bb444562
commit
e447183245
9
Makefile
9
Makefile
|
@ -674,7 +674,14 @@ else ifeq ($(HOST_OS),Haiku)
|
|||
LDFLAGS := $(BACKEND_LDFLAGS) -no-pie
|
||||
|
||||
else
|
||||
LDFLAGS := $(BITS) -march=$(TARGET_ARCH) -lm $(BACKEND_LDFLAGS) -lpthread -ldl
|
||||
# ifneq (,$(findstring ppc64,$(machine)))
|
||||
# LDFLAGS := $(BITS) -maltivec -lm $(BACKEND_LDFLAGS) -lpthread -ldl
|
||||
# endif
|
||||
# ifneq (,$(findstring powerpc,$(machine)))
|
||||
# LDFLAGS := $(BITS) -maltivec -lm $(BACKEND_LDFLAGS) -lpthread -ldl
|
||||
# endif
|
||||
# LDFLAGS := $(BITS) -march=$(TARGET_ARCH) -lm $(BACKEND_LDFLAGS) -lpthread -ldl
|
||||
LDFLAGS := $(BITS) -maltivec -lm $(BACKEND_LDFLAGS) -lpthread -ldl
|
||||
ifeq ($(NO_PIE), 1)
|
||||
LDFLAGS += -no-pie
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue