]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/fragment.am
Daily bump.
[thirdparty/gcc.git] / libstdc++-v3 / fragment.am
CommitLineData
2eb169cd 1
be4a1428 2## This is used in all Makefile.am's. Set defaults here.
2eb169cd 3
b6ca54bb 4# May be used by various substitution variables.
5gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
6
2eb169cd 7MAINT_CHARSET = latin1
8
9mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
10PWD_COMMAND = $${PWDCMD-pwd}
4591e20f 11STAMP = echo timestamp >
2eb169cd 12
13toolexecdir = $(glibcxx_toolexecdir)
14toolexeclibdir = $(glibcxx_toolexeclibdir)
15
413e9930 16if ENABLE_WERROR
17WERROR_FLAG=$(WERROR)
18else
19WERROR_FLAG=
20endif
21
2eb169cd 22# These bits are all figured out from configure. Look in acinclude.m4
23# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
24CONFIG_CXXFLAGS = \
34f4e39e 25 $(SECTION_FLAGS) $(HWCAP_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
2eb169cd 26WARN_CXXFLAGS = \
413e9930 27 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
2eb169cd 28
29# -I/-D flags to pass when compiling.
30AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
31