Uros Bizjak <ubiz...@gmail.com> writes:

> Index: configure.ac
> ===================================================================
> --- configure.ac      (revision 191953)
> +++ configure.ac      (working copy)
> @@ -66,6 +66,10 @@
>  AC_PROG_CC
>  m4_rename_force([backtrace_PRECIOUS],[_AC_ARG_VAR_PRECIOUS])
>  
> +if test "x$GCC" = "xyes"; then
> +  CFLAGS="$CFLAGS -funwind-tables"
> +fi
> +

Don't modify CFLAGS, instead you should substitute a new variable that
is added to AM_CFLAGS.  CFLAGS is reserved for the user to override.

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

Reply via email to