blob: eb2916cc6f79f2ff122f408a954577806177ccc8 [file] [log] [blame]
LEVEL = ../../../..
#include $(LEVEL)/Makefile.config
LDFLAGS += -lm
LIBS += -lm
include ../../Makefile.spec95
# The executable writes virtex.out, and RunSafely.sh appends the exit code to
# $(STDOUT_FILENAME). We need both.
LOCAL_OUTPUTS := vortex.out $(STDOUT_FILENAME)
ifdef ARCH_LP64
CPPFLAGS += -D__RISC_64__
endif
ifeq ($(ENDIAN), big)
RUN_OPTIONS = vortex.in.big
else
RUN_OPTIONS = vortex.in.little
endif