]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/fragment.am
function.c (assign_parm_remove_parallels): Check mode of entry_parm.
[thirdparty/gcc.git] / libstdc++-v3 / fragment.am
CommitLineData
0df3f383
PE
1
2## This is used in all Makefile.am's except for libmath's. Set defaults here.
3
47194af4
ZW
4# May be used by various substitution variables.
5gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
6
0df3f383
PE
7MAINT_CHARSET = latin1
8
9mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
10PWD_COMMAND = $${PWDCMD-pwd}
82ba99d5 11STAMP = echo timestamp >
0df3f383
PE
12
13toolexecdir = $(glibcxx_toolexecdir)
14toolexeclibdir = $(glibcxx_toolexeclibdir)
15
16# These bits are all figured out from configure. Look in acinclude.m4
17# or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
18CONFIG_CXXFLAGS = \
19 $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
20WARN_CXXFLAGS = \
21 $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
22
23# -I/-D flags to pass when compiling.
24AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
25