bfd/development.sh: Add experimental

Add experimental to indicate whether this is a release branch.

	PR ld/23536
	* development.sh (experimental): New.
This commit is contained in:
H.J. Lu
2018-08-22 10:32:08 -07:00
parent ae739fe7b8
commit 9eef060895
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-08-22 H.J. Lu <hongjiu.lu@intel.com>
PR ld/23536
* development.sh (experimental): New.
2018-08-22 Helge Deller <deller@gmx.de>
Nick Clifton <nickc@redhat.com>

View File

@ -17,3 +17,6 @@
# Controls whether to enable development-mode features by default.
development=true
# Indicate whether this is a release branch.
experimental=true