Author: 
Description: Description: Disable build of gold/testsuite
Author: Matthias Klose
Upstream status: local
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = foreign
 
-SUBDIRS = po testsuite
+SUBDIRS = po
 
 tooldir = $(exec_prefix)/$(target_alias)
 
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -355,7 +355,7 @@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign
-SUBDIRS = po testsuite
+SUBDIRS = po
 tooldir = $(exec_prefix)/$(target_alias)
 ACLOCAL_AMFLAGS = -I ../bfd -I ../config
 AM_CFLAGS = $(WARN_CFLAGS) $(LFS_CFLAGS) $(RANDOM_SEED_CFLAGS)