-2015-05-21 Jason Merrill <jason@redhat.com>
-
- * configure.ac: Add -std=c++98 to stage1_cxxflags.
- * Makefile.tpl (STAGE1_CXXFLAGS): And substitute it.
- * Makefile.in, configure: Regenerate.
-
2015-05-16 James Bowman <james.bowman@ftdichip.com>
* configure.ac: FT32 target added.
# only ones useful for building stage2.
STAGE1_CFLAGS = @stage1_cflags@
-STAGE1_CXXFLAGS = @stage1_cxxflags@
STAGE1_CHECKING = @stage1_checking@
STAGE1_LANGUAGES = @stage1_languages@
# * We force-disable intermodule optimizations, even if
# only ones useful for building stage2.
STAGE1_CFLAGS = @stage1_cflags@
-STAGE1_CXXFLAGS = @stage1_cxxflags@
STAGE1_CHECKING = @stage1_checking@
STAGE1_LANGUAGES = @stage1_languages@
# * We force-disable intermodule optimizations, even if
host_shared
stage2_werror_flag
stage1_checking
-stage1_cxxflags
stage1_cflags
MAINT
MAINTAINER_MODE_FALSE
*) stage1_cflags="-g -J" ;;
esac ;;
esac
-stage1_cxxflags='$(STAGE1_CFLAGS)'
-if test "$GCC" = yes; then
- # Build stage 1 in C++98 mode to ensure that a C++98 compiler can still
- # start the bootstrap.
- stage1_cxxflags="$stage1_cxxflags -std=c++98"
-fi
-
*) stage1_cflags="-g -J" ;;
esac ;;
esac
-stage1_cxxflags='$(STAGE1_CFLAGS)'
-if test "$GCC" = yes; then
- # Build stage 1 in C++98 mode to ensure that a C++98 compiler can still
- # start the bootstrap.
- stage1_cxxflags="$stage1_cxxflags -std=c++98"
-fi
AC_SUBST(stage1_cflags)
-AC_SUBST(stage1_cxxflags)
# Enable --enable-checking in stage1 of the compiler.
AC_ARG_ENABLE(stage1-checking,