From b2d409ee503bfe5467406dc3f807534275d96b67 Mon Sep 17 00:00:00 2001 From: uweigand Date: Mon, 31 Aug 2015 14:03:34 +0000 Subject: * 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 --- libbacktrace/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'libbacktrace/configure') 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 -- cgit v1.2.1