From 27351668203bffa856935d7e4ee593262fade8df Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 7 Dec 2004 12:12:18 -0500 Subject: [svn-r9629] Purpose: Bug fix. Description: Last commit would impose $arch even if user has provided his own $CFLAGS. Fixed it. Removed the wording of gnu-flags inherited from the copy. Platforms tested: Tested in tg-ncsa. Misc. update: --- config/intel-flags | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/intel-flags b/config/intel-flags index f5021d9..101aa09 100644 --- a/config/intel-flags +++ b/config/intel-flags @@ -32,8 +32,8 @@ fi # Common Intel flags for various situations if test "X-icc" = "X-$cc_vendor"; then - # Insert section about version specific problems from gnu-flags here, if - # necessary. + # Insert section about version specific problems from compiler flags here, + # if necessary. arch= # Architecture-specific flags @@ -54,7 +54,7 @@ if test "X-icc" = "X-$cc_vendor"; then # General # Default to C99 standard. - CFLAGS="${CFLAGS:--std=c99} $arch" + CFLAGS="${CFLAGS:--std=c99 $arch}" # Production PROD_CFLAGS="-O3" -- cgit v0.12