summaryrefslogtreecommitdiff
path: root/libiberty/configure
diff options
context:
space:
mode:
authorgingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-20 08:08:30 +0000
committergingold <gingold@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-20 08:08:30 +0000
commitb3dd39497887a9bc73847664691ecbe18e5b256a (patch)
tree659be630311c0f21dc97d85780fe010fd89983a0 /libiberty/configure
parentd7d9700201e79b115c83563e47c5ebd2dc75e7c3 (diff)
downloadgcc-b3dd39497887a9bc73847664691ecbe18e5b256a.tar.gz
2011-12-20 Tristan Gingold <gingold@adacore.com>
* aclocal.m4: Assume strncmp works in cross case. * configure: Regenerate git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182520 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-xlibiberty/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/configure b/libiberty/configure
index d26c8b5f5ba..0b943857b75 100755
--- a/libiberty/configure
+++ b/libiberty/configure
@@ -6824,7 +6824,7 @@ if test "${ac_cv_func_strncmp_works+set}" = set; then :
$as_echo_n "(cached) " >&6
else
if test "$cross_compiling" = yes; then :
- ac_cv_func_strncmp_works=no
+ ac_cv_func_strncmp_works=yes
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */