From: uweigand Date: Mon, 31 Aug 2015 14:03:34 +0000 (+0000) Subject: * configure.ac: For spu-*-* targets, set have_fcntl to no. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2d409ee503bfe5467406dc3f807534275d96b67;p=thirdparty%2Fgcc.git * 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 --- diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 48d402901f95..f44a73d7cc09 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,3 +1,8 @@ +2015-08-31 Ulrich Weigand + + * configure.ac: For spu-*-* targets, set have_fcntl to no. + * configure: Regenerate. + 2015-08-27 Ulrich Weigand * configure.ac: Remove [disable-shared] argument to LT_INIT. diff --git a/libbacktrace/configure b/libbacktrace/configure index d34a6bfe61e0..f8adc8342469 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 01284bd82cbb..33866e9093f8 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