OSDN Git Service

* doc/invoke.texi (-fwhole-file): Update docs.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / fragment.am
index d0d03a2..d2065dc 100644 (file)
@@ -1,5 +1,8 @@
 
-## This is used in all Makefile.am's except for libmath's.  Set defaults here.
+## This is used in all Makefile.am's.  Set defaults here.
+
+# May be used by various substitution variables.
+gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
 
 MAINT_CHARSET = latin1
 
@@ -20,7 +23,3 @@ WARN_CXXFLAGS = \
 # -I/-D flags to pass when compiling.
 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
 
-
-
-
-## vim:ft=automake