diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2015-08-31 14:03:34 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2015-08-31 14:03:34 +0000 |
commit | 8f5027bf143efe2170cc7ea146dc39faf70d9c1c (patch) | |
tree | ef6d804e16e8abeeabec75a3c64553b99ba7869e /libbacktrace/configure.ac | |
parent | 6a822a740359967372f33491ae59b1e0fa34fd4c (diff) | |
download | gcc-8f5027bf143efe2170cc7ea146dc39faf70d9c1c.zip gcc-8f5027bf143efe2170cc7ea146dc39faf70d9c1c.tar.gz gcc-8f5027bf143efe2170cc7ea146dc39faf70d9c1c.tar.bz2 |
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/configure.ac')
-rw-r--r-- | libbacktrace/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbacktrace/configure.ac b/libbacktrace/configure.ac index 01284bd..33866e9 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 |