From 2f374e927da2f6f88ea2854511de5ea13895a7c4 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 22 Jul 2008 20:59:26 +0000 Subject: [PATCH] Moved HOST_OPT from CONFIG_SITE file to CONFIG file. --- configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug | 3 +++ configure/os/CONFIG.solaris-sparc.solaris-sparc-debug | 2 ++ .../os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug | 2 -- configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc-debug | 2 -- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug b/configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug index 479c6a27d..5befb4a66 100644 --- a/configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug +++ b/configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug @@ -7,5 +7,8 @@ # Sites may override these definitions in CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug #------------------------------------------------------- +include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc include $(CONFIG)/os/CONFIG.solaris-sparc.solaris-sparc +# Removes -O optimization and adds -g compile option +HOST_OPT=NO diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug b/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug index df09a7f1d..73b56b813 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc-debug @@ -13,3 +13,5 @@ BUILD_CLASS = HOST GNU = NO +# Removes -O optimization and adds -g compile option +HOST_OPT=NO diff --git a/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug b/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug index d3b635d10..c0b1ec77e 100644 --- a/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug +++ b/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug @@ -6,5 +6,3 @@ include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc #Compiles for profiling with the gprof profiler. #GPROF=YES -# Removes -O optimization and adds -g compile option -HOST_OPT=NO diff --git a/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc-debug b/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc-debug index d3b635d10..c0b1ec77e 100644 --- a/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc-debug +++ b/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc-debug @@ -6,5 +6,3 @@ include $(CONFIG)/os/CONFIG_SITE.Common.solaris-sparc #Compiles for profiling with the gprof profiler. #GPROF=YES -# Removes -O optimization and adds -g compile option -HOST_OPT=NO