[svn-r7853] Purpose:
Bug Fix
Description:
CFLAGS wasn't using user-set values in one instance
Solution:
Changed CFLAGS="..." to CFLAGS="$CFLAGS ..."
Platforms tested:
Arabica
(the machines affected)
Misc. update:
This commit is contained in:
@@ -17,7 +17,7 @@ fi
|
||||
|
||||
# Try solaris native compiler flags
|
||||
if test "X-" = "X-$cc_flags_set"; then
|
||||
CFLAGS="-erroff=%none -DBSD_COMP"
|
||||
CFLAGS="$CFLAGS -erroff=%none -DBSD_COMP"
|
||||
DEBUG_CFLAGS="-g -xildoff"
|
||||
DEBUG_CPPFLAGS=
|
||||
PROD_CFLAGS="-O -s"
|
||||
|
||||
Reference in New Issue
Block a user