* configure.ac: Always set default for poststage1_ldflags to
-static-libstdc++ -static-libgcc.
This commit is contained in:
parent
74dd2ca6a7
commit
4f11b2237e
@ -4,6 +4,11 @@
|
|||||||
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
|
* configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
|
||||||
* configure: Regenerate.
|
* configure: Regenerate.
|
||||||
|
|
||||||
|
2010-12-02 Ian Lance Taylor <iant@google.com>
|
||||||
|
|
||||||
|
* configure.ac: Always set default for poststage1_ldflags to
|
||||||
|
-static-libstdc++ -static-libgcc.
|
||||||
|
|
||||||
2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
|
2010-12-02 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* COPYING.NEWLIB: Add National Semiconductor notice.
|
* COPYING.NEWLIB: Add National Semiconductor notice.
|
||||||
|
8
configure
vendored
8
configure
vendored
@ -5606,10 +5606,10 @@ if test "${with_boot_ldflags+set}" = set; then :
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
poststage1_ldflags=
|
poststage1_ldflags=
|
||||||
# With --enable-build-with-cxx, default to linking libstdc++ and
|
# In stages 2 and 3, default to linking libstdc++ and libgcc
|
||||||
# libgcc statically. But if the user explicitly specified the
|
# statically. But if the user explicitly specified the libraries to
|
||||||
# libraries to use, trust that they are doing what they want.
|
# use, trust that they are doing what they want.
|
||||||
if test "$ENABLE_BUILD_WITH_CXX" = "yes" -a "$poststage1_libs" = ""; then
|
if test "$poststage1_libs" = ""; then
|
||||||
poststage1_ldflags="-static-libstdc++ -static-libgcc"
|
poststage1_ldflags="-static-libstdc++ -static-libgcc"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
@ -1561,10 +1561,10 @@ AC_ARG_WITH(boot-ldflags,
|
|||||||
poststage1_ldflags=$withval
|
poststage1_ldflags=$withval
|
||||||
fi],
|
fi],
|
||||||
[poststage1_ldflags=
|
[poststage1_ldflags=
|
||||||
# With --enable-build-with-cxx, default to linking libstdc++ and
|
# In stages 2 and 3, default to linking libstdc++ and libgcc
|
||||||
# libgcc statically. But if the user explicitly specified the
|
# statically. But if the user explicitly specified the libraries to
|
||||||
# libraries to use, trust that they are doing what they want.
|
# use, trust that they are doing what they want.
|
||||||
if test "$ENABLE_BUILD_WITH_CXX" = "yes" -a "$poststage1_libs" = ""; then
|
if test "$poststage1_libs" = ""; then
|
||||||
poststage1_ldflags="-static-libstdc++ -static-libgcc"
|
poststage1_ldflags="-static-libstdc++ -static-libgcc"
|
||||||
fi])
|
fi])
|
||||||
AC_SUBST(poststage1_ldflags)
|
AC_SUBST(poststage1_ldflags)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user