summaryrefslogtreecommitdiff
path: root/libbacktrace
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2015-08-31 14:03:34 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2015-08-31 14:03:34 +0000
commit8f5027bf143efe2170cc7ea146dc39faf70d9c1c (patch)
treeef6d804e16e8abeeabec75a3c64553b99ba7869e /libbacktrace
parent6a822a740359967372f33491ae59b1e0fa34fd4c (diff)
downloadgcc-8f5027bf143efe2170cc7ea146dc39faf70d9c1c.tar.gz
configure.ac: For spu-*-* targets, set have_fcntl to no.
* configure.ac: For spu-*-* targets, set have_fcntl to no. * configure: Regenerate. From-SVN: r227348
Diffstat (limited to 'libbacktrace')
-rw-r--r--libbacktrace/ChangeLog5
-rwxr-xr-xlibbacktrace/configure1
-rw-r--r--libbacktrace/configure.ac1
3 files changed, 7 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog
index 48d402901f9..f44a73d7cc0 100644
--- a/libbacktrace/ChangeLog
+++ b/libbacktrace/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
+
+ * configure.ac: For spu-*-* targets, set have_fcntl to no.
+ * configure: Regenerate.
+
2015-08-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* configure.ac: Remove [disable-shared] argument to LT_INIT.
diff --git a/libbacktrace/configure b/libbacktrace/configure
index d34a6bfe61e..f8adc834246 100755
--- a/libbacktrace/configure
+++ b/libbacktrace/configure
@@ -12403,6 +12403,7 @@ fi
if test -n "${with_target_subdir}"; then
case "${host}" in
*-*-mingw*) have_fcntl=no ;;
+ spu-*-*) have_fcntl=no ;;
*) have_fcntl=yes ;;
esac
else
diff --git a/libbacktrace/configure.ac b/libbacktrace/configure.ac
index 01284bd82cb..33866e9093f 100644
--- a/libbacktrace/configure.ac
+++ b/libbacktrace/configure.ac
@@ -325,6 +325,7 @@ fi
if test -n "${with_target_subdir}"; then
case "${host}" in
*-*-mingw*) have_fcntl=no ;;
+ spu-*-*) have_fcntl=no ;;
*) have_fcntl=yes ;;
esac
else