1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Author:
Description: Description: Disable build of gold/testsuite
Author: Matthias Klose
Upstream status: local
--- a/gold/Makefile.am
+++ b/gold/Makefile.am
@@ -19,7 +19,7 @@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = po testsuite
+SUBDIRS = po
tooldir = $(exec_prefix)/$(target_alias)
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -656,7 +656,7 @@ top_srcdir = @top_srcdir@
zlibdir = @zlibdir@
zlibinc = @zlibinc@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = po testsuite
+SUBDIRS = po
tooldir = $(exec_prefix)/$(target_alias)
ACLOCAL_AMFLAGS = -I ../bfd -I ../config
|