summaryrefslogtreecommitdiff
path: root/All
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-05-19 23:37:31 +0300
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-05-20 00:11:25 +0300
commit99732b65eee43917c23b794e0ee6348d5b590353 (patch)
tree4a69d5cebe4c2f026a58a5bc752519132379f80b /All
parentAdd files from Gentoo binutils repo, tag gentoo/binutils-9999-6 (diff)
downloadbinutils-patches-99732b65eee43917c23b794e0ee6348d5b590353.tar.gz
binutils-patches-99732b65eee43917c23b794e0ee6348d5b590353.tar.bz2
binutils-patches-99732b65eee43917c23b794e0ee6348d5b590353.zip
Sort away generic patches
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'All')
-rw-r--r--All/0000-Gentoo-Git-is-development12
-rw-r--r--All/9999-Gentoo-We-make-a-release12
2 files changed, 24 insertions, 0 deletions
diff --git a/All/0000-Gentoo-Git-is-development b/All/0000-Gentoo-Git-is-development
new file mode 100644
index 0000000..2b9482d
--- /dev/null
+++ b/All/0000-Gentoo-Git-is-development
@@ -0,0 +1,12 @@
+Gentoo: Git is development
+
+--- a/bfd/development.sh
++++ b/bfd/development.sh
+@@ -16,5 +16,5 @@
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ # Controls whether to enable development-mode features by default.
+-development=false
++development=true
+
+
diff --git a/All/9999-Gentoo-We-make-a-release b/All/9999-Gentoo-We-make-a-release
new file mode 100644
index 0000000..fea66d9
--- /dev/null
+++ b/All/9999-Gentoo-We-make-a-release
@@ -0,0 +1,12 @@
+Gentoo: We make a release, so switch development flag off
+
+--- a/bfd/development.sh
++++ b/bfd/development.sh
+@@ -16,5 +16,5 @@
+ # along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+ # Controls whether to enable development-mode features by default.
+-development=true
++development=false
+
+