summaryrefslogtreecommitdiff
path: root/libbacktrace/configure
diff options
context:
space:
mode:
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-31 14:03:34 +0000
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>2015-08-31 14:03:34 +0000
commitb2d409ee503bfe5467406dc3f807534275d96b67 (patch)
treeef6d804e16e8abeeabec75a3c64553b99ba7869e /libbacktrace/configure
parent04c14146262ba17dae8b499cf2985283a059a018 (diff)
downloadgcc-b2d409ee503bfe5467406dc3f807534275d96b67.tar.gz
* configure.ac: For spu-*-* targets, set have_fcntl to no.
* configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227348 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libbacktrace/configure')
-rwxr-xr-xlibbacktrace/configure1
1 files changed, 1 insertions, 0 deletions
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