Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / go / config-lang.in
index 586e070..fe9bb75 100644 (file)
@@ -1,6 +1,6 @@
 # config-lang.in -- Top level configure fragment for gcc Go frontend.
 
-# Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
 # This file is part of GCC.
 
@@ -28,7 +28,7 @@ language="go"
 
 compilers="go1\$(exeext)"
 
-target_libs="target-libgo target-libffi"
+target_libs="target-libgo target-libffi target-libbacktrace"
 
 # The Go frontend is written in C++, so we need to build the C++
 # compiler during stage 1.