https://sourceware.org/bugzilla/show_bug.cgi?id=34487
Bug ID: 34487
Summary: bfd/development.sh in Binutils 2.47 says
"development=true"
Product: binutils
Version: 2.47
Status: NEW
Severity: normal
Priority: P2
Component: admin
Assignee: unassigned at sourceware dot org
Reporter: eliz at gnu dot org
Target Milestone: ---
The bfd/development.sh script distributed as part of Binutils 2.47 release
says:
# Controls whether to enable development-mode features by default.
development=true
# Indicate whether this is a release branch.
experimental=true
instead of 'false' in both. The result is that all the programs built as part
of the package report version as if they were a development snapshot, for
example:
as --version
GNU assembler (GNU Binutils) 2.47.20260726
Copyright (C) 2026 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `mingw32'.
--
You are receiving this mail because:
You are on the CC list for the bug.