From 465961f87238de1cde04d7388a06a1afeaf2ac64 Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Thu, 9 Jan 2025 00:34:21 +0100 Subject: [PATCH] Description: Disable build of gold/testsuite Upstream status: local Upstream status: local Gbp-Pq: Name 130_gold_disable_testsuite_build.patch --- gold/Makefile.am | 2 +- gold/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gold/Makefile.am b/gold/Makefile.am index e4dca04bc..657624a27 100644 --- 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) diff --git a/gold/Makefile.in b/gold/Makefile.in index 0578599a7..c0983b335 100644 --- a/gold/Makefile.in +++ b/gold/Makefile.in @@ -681,7 +681,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 -- 2.30.2