19 lines
342 B
Plaintext
19 lines
342 B
Plaintext
|
|
# BUILD_TYPE
|
|
# Currently either Vx or Unix
|
|
BUILD_TYPE = Vx
|
|
|
|
# For Vx directories of form:
|
|
#
|
|
# $(VX_DIR)/$(HOST_ARCH).$(ARCH_CLASS)/bin
|
|
#
|
|
# And configuration files:
|
|
#
|
|
# CONFIG_SITE.Vx.68k -or- CONFIG_SITE.Unix.sun4
|
|
#
|
|
ARCH_CLASS = 68k
|
|
|
|
# Architecture specific build flags
|
|
ARCH_DEP_CFLAGS = -DCPU=MC68040 -m68040 -DCPU_FAMILY=MC680X0
|
|
|