mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 09:56:23 +08:00
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:
@ -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>
|
2018-08-22 Helge Deller <deller@gmx.de>
|
||||||
Nick Clifton <nickc@redhat.com>
|
Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
|
@ -17,3 +17,6 @@
|
|||||||
|
|
||||||
# Controls whether to enable development-mode features by default.
|
# Controls whether to enable development-mode features by default.
|
||||||
development=true
|
development=true
|
||||||
|
|
||||||
|
# Indicate whether this is a release branch.
|
||||||
|
experimental=true
|
||||||
|
Reference in New Issue
Block a user