Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 387087 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 150-156 AC_CHECK_DECL([__amd64], [AMD64_ABI="yes"], [AMD64_ABI="no"]) Link Here
150
# if we're using Sun Studio and neither the user nor a config.site
150
# if we're using Sun Studio and neither the user nor a config.site
151
# has set CFLAGS.
151
# has set CFLAGS.
152
if test $SUNCC = yes &&			\
152
if test $SUNCC = yes &&			\
153
   test "$test_CFLAGS" == "" &&		\
153
   test -z "$test_CFLAGS" &&		\
154
   test "$CFLAGS" = "-g"
154
   test "$CFLAGS" = "-g"
155
then
155
then
156
  CFLAGS="-O -g"
156
  CFLAGS="-O -g"

Return to bug 387087