From d121fb00a7268d62350ac86fa9d204108c671f55 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 6 Dec 2001 21:24:40 +0000 Subject: [PATCH] Added comments for jba crosscompiler. --- config/CONFIG_SITE.Vx.Linux | 18 ++++++++++++++++++ config/CONFIG_SITE.Vx.Linux.mv167 | 4 ++++ 2 files changed, 22 insertions(+) diff --git a/config/CONFIG_SITE.Vx.Linux b/config/CONFIG_SITE.Vx.Linux index ca95430da..094722c66 100644 --- a/config/CONFIG_SITE.Vx.Linux +++ b/config/CONFIG_SITE.Vx.Linux @@ -7,4 +7,22 @@ # combinations by creating a CONFIG_SITE.Vx.Linux. # file with the override definitions. +## ---- jba overrides for cross compiler +## VX_DIR needed for "export WIND_BASE = $(VX_DIR)" +#VX_DIR_YES = /home/phoebus/JBA/gnu +#VX_GNU_YES = $(VX_DIR) +#VX_INCLUDE_YES = $(VX_GNU)/$(GNU_TARGET)/include +# +#CMPLR_PREFIX= $(GNU_TARGET)- +#CMPLR_SUFFIX= +#GCC = $(GNU_BIN)/$(CMPLR_PREFIX)gcc$(CMPLR_SUFFIX) -B$(GNU_LIB)/gcc-lib/ -nostdinc +#AR = $(GNU_BIN)/$(CMPLR_PREFIX)ar$(CMPLR_SUFFIX) +#CPP = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX) -B$(GNU_LIB)/gcc-lib/ -nostdinc -x c -E +#RANLIB = $(GNU_BIN)/$(CMPLR_PREFIX)ranlib$(CMPLR_SUFFIX) +#LD = $(GNU_BIN)/$(CMPLR_PREFIX)ld$(CMPLR_SUFFIX) -r +#G++ = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX) -B$(GNU_LIB)/gcc-lib/ -nostdinc +#LD_G++ = $(GNU_BIN)/$(CMPLR_PREFIX)ld$(CMPLR_SUFFIX) -r +#NM = $(GNU_BIN)/$(CMPLR_PREFIX)nm$(CMPLR_SUFFIX) +## ---- end jba overrides + -include $(EPICS_BASE)/config/CONFIG_SITE.$(BUILD_TYPE).$(HOST_ARCH).$(T_A) diff --git a/config/CONFIG_SITE.Vx.Linux.mv167 b/config/CONFIG_SITE.Vx.Linux.mv167 index a76e35a66..27599266d 100644 --- a/config/CONFIG_SITE.Vx.Linux.mv167 +++ b/config/CONFIG_SITE.Vx.Linux.mv167 @@ -2,6 +2,10 @@ # # This file contains overrides for Vx builds +## ---- jba overrides for cross compiler +#GNU_TARGET=m68k-wrs-vxworks +## ---- end jba overrides + # ORNL SNS overrides for cross compilers #VX_DIR_YES = /opt/tornado20/ #VX_CONFIG_DIR_YES = $(VX_DIR)/target/config