Skip to content
Snippets Groups Projects
Commit cd97aa7f authored by deuce's avatar deuce
Browse files

Define __BIG_ENDIAN__ for ultra sparc machines

parent 892cea7a
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,10 @@ else
machine := $(os).$(machine)
endif
ifeq ($(machine),sun4u)
CFLAGS += -D__BIG_ENDIAN__
endif
LIBODIR := $(CCPRE).$(machine).lib.$(BUILDPATH)
EXEODIR := $(CCPRE).$(machine).exe.$(BUILDPATH)
LDFLAGS += -L$(LIBODIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment