diff --git a/config/CONFIG_ARCH.mv162lc b/config/CONFIG_ARCH.mv162lc new file mode 100644 index 000000000..c71f48acc --- /dev/null +++ b/config/CONFIG_ARCH.mv162lc @@ -0,0 +1,18 @@ + +# 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 -msoft-float -DCPU_FAMILY=MC680X0 +