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
This commit is contained in:
parent
6a822a7403
commit
8f5027bf14
@ -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>
|
2015-08-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
* configure.ac: Remove [disable-shared] argument to LT_INIT.
|
* configure.ac: Remove [disable-shared] argument to LT_INIT.
|
||||||
|
1
libbacktrace/configure
vendored
1
libbacktrace/configure
vendored
@ -12403,6 +12403,7 @@ fi
|
|||||||
if test -n "${with_target_subdir}"; then
|
if test -n "${with_target_subdir}"; then
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-mingw*) have_fcntl=no ;;
|
*-*-mingw*) have_fcntl=no ;;
|
||||||
|
spu-*-*) have_fcntl=no ;;
|
||||||
*) have_fcntl=yes ;;
|
*) have_fcntl=yes ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
@ -325,6 +325,7 @@ fi
|
|||||||
if test -n "${with_target_subdir}"; then
|
if test -n "${with_target_subdir}"; then
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
*-*-mingw*) have_fcntl=no ;;
|
*-*-mingw*) have_fcntl=no ;;
|
||||||
|
spu-*-*) have_fcntl=no ;;
|
||||||
*) have_fcntl=yes ;;
|
*) have_fcntl=yes ;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user