Retro68/binutils/bfd/development.sh

23 lines
874 B
Bash
Raw Normal View History

2022-10-27 18:45:45 +00:00
# Copyright (C) 2012-2022 Free Software Foundation, Inc.
2015-08-28 15:32:19 +00:00
#
# This file is part of GDB.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
2015-08-28 15:32:19 +00:00
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
2015-08-28 15:32:19 +00:00
#
# You should have received a copy of the GNU General Public License
2015-08-28 15:32:19 +00:00
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2012-03-26 19:18:29 +00:00
2015-08-28 15:32:19 +00:00
# Controls whether to enable development-mode features by default.
development=false
2022-10-27 18:45:45 +00:00
# Indicate whether this is a release branch.
experimental=false