Revert "fix" for PR bootstrap/51072
authorRichard Henderson <rth@redhat.com>
Sat, 17 Dec 2011 21:40:45 +0000 (13:40 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 17 Dec 2011 21:40:45 +0000 (13:40 -0800)
From-SVN: r182445

gcc/cp/ChangeLog
gcc/cp/config-lang.in

index 898a6bf973c69825ea93ac6e19c441d5f9bf23de..4faf0010a014508bb1865fb1e0db72d9f022c0be 100644 (file)
@@ -1,3 +1,8 @@
+2011-12-17  Richard Henderson  <rth@redhat.com>
+
+       PR bootstrap/51072
+       * config-lang.in: Revert last change.
+
 2011-12-17  Jason Merrill  <jason@redhat.com>
 
        PR c++/51586
index 6f9b4c9a39d680807ecaa875921c1700d9cc8196..3ed3d8e880f5cd0a39f624041edce57f5c707a62 100644 (file)
@@ -28,9 +28,6 @@ language="c++"
 
 compilers="cc1plus\$(exeext)"
 
-# ??? libitm is not a language support library like libstdc++, but it does
-# use c++, and this is the easiest way to have it be disabled if we don't
-# include c++ in the set of enabled languages.
-target_libs="target-libstdc++-v3 target-libitm"
+target_libs="target-libstdc++-v3"
 
 gtfiles="\$(srcdir)/cp/rtti.c \$(srcdir)/cp/mangle.c \$(srcdir)/cp/name-lookup.h \$(srcdir)/cp/name-lookup.c \$(srcdir)/cp/cp-tree.h \$(srcdir)/cp/decl.h \$(srcdir)/cp/call.c \$(srcdir)/cp/decl.c \$(srcdir)/cp/decl2.c \$(srcdir)/cp/pt.c \$(srcdir)/cp/repo.c \$(srcdir)/cp/semantics.c \$(srcdir)/cp/tree.c \$(srcdir)/cp/parser.h \$(srcdir)/cp/parser.c \$(srcdir)/cp/method.c \$(srcdir)/cp/typeck2.c \$(srcdir)/c-family/c-common.c \$(srcdir)/c-family/c-common.h \$(srcdir)/c-family/c-objc.h \$(srcdir)/c-family/c-lex.c \$(srcdir)/c-family/c-pragma.h \$(srcdir)/c-family/c-pragma.c \$(srcdir)/cp/class.c \$(srcdir)/cp/cp-objcp-common.c \$(srcdir)/cp/cp-lang.c \$(srcdir)/cp/except.c"