From patchwork Sat Jan 26 16:00:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Restore release indicator to bfd/Makefile.am X-Patchwork-Submitter: Gunther Nikl X-Patchwork-Id: 14716 Message-Id: <20190126170018.00002147@justmail.de> To: binutils@sourceware.org Date: Sat, 26 Jan 2019 17:00:18 +0100 From: Gunther Nikl List-Id: Hello! The GAS configure script checks bfd/Makefile.am for a line starting with "RELEASE=y" to set the default value for run-time sanity checks. This line got lost with "2e98a7bd882356a23076ad4a51a251d9ab1ce070" and since that time GAS is build with sanity checks enabled unless overridden with a configure option. Regards, Gunther Nikl bfd/ 2019-01-25 Gunther Nikl * Makefile.am: Restore RELEASE indication. --- bfd/Makefile.am~ 2019-01-26 16:10:34.000000000 +0100 +++ bfd/Makefile.am 2019-01-26 16:11:42.076491000 +0100 @@ -20,6 +20,9 @@ AUTOMAKE_OPTIONS = no-dist foreign ACLOCAL_AMFLAGS = -I . -I .. -I ../config +# Uncomment the following line when doing a release. +# RELEASE=y + INCDIR = $(srcdir)/../include CSEARCH = -I. -I$(srcdir) -I$(INCDIR)