[PATCH 1/2] bfd/development.sh: Add experimental
H.J. Lu
hjl.tools@gmail.com
Tue Aug 21 18:19:00 GMT 2018
Add experimental to indicate whether this is a release branch.
PR ld/23536
* development.sh (experimental): New.
---
bfd/development.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/bfd/development.sh b/bfd/development.sh
index 27a7150e6d..086e3d1ddb 100644
--- a/bfd/development.sh
+++ b/bfd/development.sh
@@ -17,3 +17,6 @@
# Controls whether to enable development-mode features by default.
development=true
+
+# Indicate whether this is a release branch.
+experimental=true
--
2.17.1
More information about the Binutils
mailing list