From 8bab70c1f783ad382da836a8087b554faf9fcf97 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 7 May 2018 18:41:01 +0200 Subject: [PATCH] Disable gdb / gdb_hooks; add riscv64 triplet detection Signed-off-by: David Abdurachmanov --- python-3.6.4-add-riscv64-linux-gnu.patch | 13 +++++++++++++ python3.spec | 18 +++++++++++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 python-3.6.4-add-riscv64-linux-gnu.patch diff --git a/python-3.6.4-add-riscv64-linux-gnu.patch b/python-3.6.4-add-riscv64-linux-gnu.patch new file mode 100644 index 0000000..09b270a --- /dev/null +++ b/python-3.6.4-add-riscv64-linux-gnu.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index 4b42393..2394669 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -846,6 +846,8 @@ cat >> conftest.c < - 3.6.5-4.0.riscv64 +- Disable gdb / gdb_hooks for riscv64 +- Add riscv64 triplet patch + * Mon Apr 23 2018 Miro HronĨok - 3.6.5-4 - Fix multiprocessing regression on newer glibcs - Enable test_multiprocessing_fork(server) and _spawn again