Restore release indicator to bfd/Makefile.am
Gunther Nikl
gnikl@justmail.de
Sat Jan 26 16:03:00 GMT 2019
More information about the Binutils mailing list
Sat Jan 26 16:03:00 GMT 2019
- Previous message (by thread): New Russian PO file for 'gas' (version 2.31.90)
- Next message (by thread): Restore release indicator to bfd/Makefile.am
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <gnikl@justmail.de> * 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)
- Previous message (by thread): New Russian PO file for 'gas' (version 2.31.90)
- Next message (by thread): Restore release indicator to bfd/Makefile.am
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list