configure.ac: For spu-*-* targets, set have_fcntl to no.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 31 Aug 2015 14:03:34 +0000 (14:03 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 31 Aug 2015 14:03:34 +0000 (14:03 +0000)
* configure.ac: For spu-*-* targets, set have_fcntl to no.
* configure: Regenerate.

From-SVN: r227348

libbacktrace/ChangeLog
libbacktrace/configure
libbacktrace/configure.ac

index 48d402901f9554b6dca9c0bf320321b02f4a5fc2..f44a73d7cc0926a1bb0bd98cdc42aa0db684b349 100644 (file)
@@ -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.
index d34a6bfe61e0269201b1ffffc6da0b3cd562e868..f8adc8342469d07a8420be873d21bb8739d18155 100755 (executable)
@@ -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
index 01284bd82cbb2727c19978e9f67ea3101fd0df19..33866e9093f846ef80edf2a3bddd46f6c712ba5c 100644 (file)
@@ -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