- acsectionLDflags fix omitted from previous commit.
From-SVN: r48957
This commit is contained in:
parent
2f4006f8c7
commit
c0abb59e6a
@ -315,7 +315,7 @@ AC_DEFUN(GLIBCPP_CHECK_LINKER_FEATURES, [
|
||||
catch (...) { };
|
||||
return 0;
|
||||
}
|
||||
], [ac_sectionLDflags=yes],[ac_sectionLFflags=no], [ac_sectionLDflags=yes])
|
||||
], [ac_sectionLDflags=yes],[ac_sectionLDflags=no], [ac_sectionLDflags=yes])
|
||||
if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
else
|
||||
|
2
libstdc++-v3/aclocal.m4
vendored
2
libstdc++-v3/aclocal.m4
vendored
@ -327,7 +327,7 @@ AC_DEFUN(GLIBCPP_CHECK_LINKER_FEATURES, [
|
||||
catch (...) { };
|
||||
return 0;
|
||||
}
|
||||
], [ac_sectionLDflags=yes],[ac_sectionLFflags=no], [ac_sectionLDflags=yes])
|
||||
], [ac_sectionLDflags=yes],[ac_sectionLDflags=no], [ac_sectionLDflags=yes])
|
||||
if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
else
|
||||
|
8
libstdc++-v3/configure
vendored
8
libstdc++-v3/configure
vendored
@ -4088,7 +4088,7 @@ else
|
||||
echo "configure: failed program was:" >&5
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -fr conftest*
|
||||
ac_sectionLFflags=no
|
||||
ac_sectionLDflags=no
|
||||
fi
|
||||
rm -fr conftest*
|
||||
fi
|
||||
@ -4899,7 +4899,7 @@ else
|
||||
echo "configure: failed program was:" >&5
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -fr conftest*
|
||||
ac_sectionLFflags=no
|
||||
ac_sectionLDflags=no
|
||||
fi
|
||||
rm -fr conftest*
|
||||
fi
|
||||
@ -5704,7 +5704,7 @@ else
|
||||
echo "configure: failed program was:" >&5
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -fr conftest*
|
||||
ac_sectionLFflags=no
|
||||
ac_sectionLDflags=no
|
||||
fi
|
||||
rm -fr conftest*
|
||||
fi
|
||||
@ -6831,7 +6831,7 @@ else
|
||||
echo "configure: failed program was:" >&5
|
||||
cat conftest.$ac_ext >&5
|
||||
rm -fr conftest*
|
||||
ac_sectionLFflags=no
|
||||
ac_sectionLDflags=no
|
||||
fi
|
||||
rm -fr conftest*
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user