2 ## This is used in all Makefile.am's. Set defaults here.
4 # May be used by various substitution variables.
5 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
9 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
10 PWD_COMMAND = $${PWDCMD-pwd}
11 STAMP = echo timestamp >
13 toolexecdir = $(glibcxx_toolexecdir)
14 toolexeclibdir = $(glibcxx_toolexeclibdir)
22 if ENABLE_EXTERN_TEMPLATE
23 XTEMPLATE_FLAGS = -fno-implicit-templates
28 # These bits are all figured out from configure. Look in acinclude.m4
29 # or configure.ac to see how they are set. See GLIBCXX_EXPORT_FLAGS.
31 $(SECTION_FLAGS) $(HWCAP_FLAGS) -frandom-seed=$@
34 $(WARN_FLAGS) $(WERROR_FLAG) -fdiagnostics-show-location=once
36 # -I/-D flags to pass when compiling.
37 AM_CPPFLAGS = $(GLIBCXX_INCLUDES) $(CPPFLAGS)