From c85bd908a3f4d21786d98d05568e0cb24e12144f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 18 Aug 2014 16:16:02 -0500 Subject: [PATCH] makeBaseApp tempplate: OPT settings Eric suggested mentioning the HOST_OPT and CROSS_OPT settings in the application template's configure/CONFIG_SITE file. --- src/template/base/top/configure/CONFIG_SITE | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/template/base/top/configure/CONFIG_SITE b/src/template/base/top/configure/CONFIG_SITE index 92156d971..208aa7e68 100644 --- a/src/template/base/top/configure/CONFIG_SITE +++ b/src/template/base/top/configure/CONFIG_SITE @@ -29,3 +29,8 @@ CHECK_RELEASE = YES # to the install location. This may be needed to boot from # a Microsoft FTP server say, or on some NFS configurations. #IOCS_APPL_TOP = + +# For application debugging purposes, override the HOST_OPT and/ +# or CROSS_OPT settings from base/configure/CONFIG_SITE +#HOST_OPT = NO +#CROSS_OPT = NO