blob: 03f80ba91a1186e8b4b9435021ee4fcdc584055d [file] [log] [blame]
LEVEL = ../../../..
HASH_PROGRAM_OUTPUT = 1
include ../../Makefile.spec2000
ifeq ($(RUN_TYPE),test)
RUN_OPTIONS = cccp.i -o - -quiet
STDOUT_FILENAME = cccp.s
endif
ifeq ($(RUN_TYPE),train)
RUN_OPTIONS = cp-decl.i -o - -quiet
STDOUT_FILENAME = cp-decl.s
endif
ifeq ($(RUN_TYPE),ref)
RUN_OPTIONS = 200.i -o - -quiet
STDOUT_FILENAME = 200.s
endif
ifeq ($(ENDIAN),big)
CPPFLAGS += -DHOST_WORDS_BIG_ENDIAN
endif
ifeq ($(TARGET_OS),Darwin)
LDFLAGS += -Xlinker -stack_size -Xlinker 0x800000
endif