This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/2] bfd/development.sh: Add experimental


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]