20 lines
326 B
Plaintext
20 lines
326 B
Plaintext
# $Id$
|
|
|
|
# BUILD_TYPE
|
|
# Currently either Vx or Unix
|
|
BUILD_TYPE = Unix
|
|
|
|
# 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 = Linux
|
|
|
|
# Architecture specific build flags
|
|
|
|
ARCH_DEP_LDLIBS = -D_X86_ -Dlinux
|