summaryrefslogtreecommitdiff
path: root/libbacktrace/Makefile.am
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2012-10-02 15:14:25 +0200
committerUros Bizjak <uros@gcc.gnu.org>2012-10-02 15:14:25 +0200
commit561950091100ebb0ba0262ba6e232ce2df93e886 (patch)
tree4548aab6374a9186b27c95bf34b16a067b584475 /libbacktrace/Makefile.am
parentb6b5cca81b846b91c3a4b35bcedd2294a6ee4dfd (diff)
downloadgcc-561950091100ebb0ba0262ba6e232ce2df93e886.tar.gz
re PR other/54761 (FAIL log)
PR other/54761 * configure.ac (EXTRA_FLAGS): New. * Makefile.am (AM_FLAGS): Add $(EXTRA_FLAGS). * configure, Makefile.in: Regenerate. From-SVN: r191981
Diffstat (limited to 'libbacktrace/Makefile.am')
-rw-r--r--libbacktrace/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbacktrace/Makefile.am b/libbacktrace/Makefile.am
index a90a602d49d..da1250234c6 100644
--- a/libbacktrace/Makefile.am
+++ b/libbacktrace/Makefile.am
@@ -12,7 +12,7 @@
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
-
+
# (3) The name of the author may not be used to
# endorse or promote products derived from this software without
# specific prior written permission.
@@ -34,7 +34,7 @@ ACLOCAL_AMFLAGS = -I .. -I ../config
AM_CPPFLAGS = -I $(top_srcdir)/../include -I $(top_srcdir)/../libgcc \
-I ../libgcc -I ../gcc/include -I $(MULTIBUILDTOP)../../gcc/include
-AM_CFLAGS = $(WARN_FLAGS) $(PIC_FLAG)
+AM_CFLAGS = $(EXTRA_FLAGS) $(WARN_FLAGS) $(PIC_FLAG)
noinst_LTLIBRARIES = libbacktrace.la