diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-07 21:10:55 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-07 21:10:55 +0000 |
commit | 2ee407b0577ea538556be3af464a27ef6e501db7 (patch) | |
tree | 78e595c3c5157389d7beecacb6ccdf52904f2046 /libbacktrace/Makefile.in | |
parent | b0b557aecdd162a95fb13adbd2a234c0ed419d91 (diff) | |
download | gcc-2ee407b0577ea538556be3af464a27ef6e501db7.tar.gz |
PR target/58710
* configure.ac: Use AC_LINK_IFELSE in check for
_Unwind_GetIPInfo.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207612 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace/Makefile.in')
-rw-r--r-- | libbacktrace/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/Makefile.in b/libbacktrace/Makefile.in index a1e144aca17..18c1ecaca54 100644 --- a/libbacktrace/Makefile.in +++ b/libbacktrace/Makefile.in @@ -16,7 +16,7 @@ @SET_MAKE@ # Makefile.am -- Backtrace Makefile. -# Copyright (C) 2012-2013 Free Software Foundation, Inc. +# Copyright (C) 2012-2014 Free Software Foundation, Inc. # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are |