Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/riscv/
Date: Sun, 29 Nov 2020 23:47:49
Message-Id: 1606693654.9f23dcd75a3e67ab76a41567cacaaf36fb10314c.dilfridge@gentoo
1 commit: 9f23dcd75a3e67ab76a41567cacaaf36fb10314c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 23:46:45 2020 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 23:47:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=9f23dcd7
7
8 Drop debug info in (published) riscv specs
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 releases/specs/riscv/stage1-lp64.spec | 2 +-
13 releases/specs/riscv/stage1-lp64d.spec | 2 +-
14 releases/specs/riscv/stage2-lp64.spec | 2 +-
15 releases/specs/riscv/stage2-lp64d.spec | 2 +-
16 releases/specs/riscv/stage3-lp64.spec | 2 +-
17 releases/specs/riscv/stage3-lp64d.spec | 2 +-
18 6 files changed, 6 insertions(+), 6 deletions(-)
19
20 diff --git a/releases/specs/riscv/stage1-lp64.spec b/releases/specs/riscv/stage1-lp64.spec
21 index d1755917..699fbc22 100644
22 --- a/releases/specs/riscv/stage1-lp64.spec
23 +++ b/releases/specs/riscv/stage1-lp64.spec
24 @@ -1,7 +1,7 @@
25 subarch: rv64_lp64
26 target: stage1
27 version_stamp: @TIMESTAMP@
28 -cflags: -O2 -pipe -g
29 +cflags: -O2 -pipe
30 interpreter: /usr/bin/qemu-riscv64
31 rel_type: default
32 profile: default/linux/riscv/17.0/rv64gc/lp64
33
34 diff --git a/releases/specs/riscv/stage1-lp64d.spec b/releases/specs/riscv/stage1-lp64d.spec
35 index 9c0841cc..bebc911c 100644
36 --- a/releases/specs/riscv/stage1-lp64d.spec
37 +++ b/releases/specs/riscv/stage1-lp64d.spec
38 @@ -1,7 +1,7 @@
39 subarch: rv64_lp64d
40 target: stage1
41 version_stamp: @TIMESTAMP@
42 -cflags: -O2 -pipe -g
43 +cflags: -O2 -pipe
44 interpreter: /usr/bin/qemu-riscv64
45 rel_type: default
46 profile: default/linux/riscv/17.0/rv64gc/lp64d
47
48 diff --git a/releases/specs/riscv/stage2-lp64.spec b/releases/specs/riscv/stage2-lp64.spec
49 index 1b261f70..0754a68a 100644
50 --- a/releases/specs/riscv/stage2-lp64.spec
51 +++ b/releases/specs/riscv/stage2-lp64.spec
52 @@ -1,7 +1,7 @@
53 subarch: rv64_lp64
54 target: stage2
55 version_stamp: @TIMESTAMP@
56 -cflags: -O2 -pipe -g
57 +cflags: -O2 -pipe
58 interpreter: /usr/bin/qemu-riscv64
59 rel_type: default
60 profile: default/linux/riscv/17.0/rv64gc/lp64
61
62 diff --git a/releases/specs/riscv/stage2-lp64d.spec b/releases/specs/riscv/stage2-lp64d.spec
63 index dea3d1e0..6a231f87 100644
64 --- a/releases/specs/riscv/stage2-lp64d.spec
65 +++ b/releases/specs/riscv/stage2-lp64d.spec
66 @@ -1,7 +1,7 @@
67 subarch: rv64_lp64d
68 target: stage2
69 version_stamp: @TIMESTAMP@
70 -cflags: -O2 -pipe -g
71 +cflags: -O2 -pipe
72 interpreter: /usr/bin/qemu-riscv64
73 rel_type: default
74 profile: default/linux/riscv/17.0/rv64gc/lp64d
75
76 diff --git a/releases/specs/riscv/stage3-lp64.spec b/releases/specs/riscv/stage3-lp64.spec
77 index ad77f4d5..79315ba0 100644
78 --- a/releases/specs/riscv/stage3-lp64.spec
79 +++ b/releases/specs/riscv/stage3-lp64.spec
80 @@ -1,7 +1,7 @@
81 subarch: rv64_lp64
82 target: stage3
83 version_stamp: @TIMESTAMP@
84 -cflags: -O2 -pipe -g
85 +cflags: -O2 -pipe
86 interpreter: /usr/bin/qemu-riscv64
87 rel_type: default
88 profile: default/linux/riscv/17.0/rv64gc/lp64
89
90 diff --git a/releases/specs/riscv/stage3-lp64d.spec b/releases/specs/riscv/stage3-lp64d.spec
91 index 22af16da..55b252fd 100644
92 --- a/releases/specs/riscv/stage3-lp64d.spec
93 +++ b/releases/specs/riscv/stage3-lp64d.spec
94 @@ -1,7 +1,7 @@
95 subarch: rv64_lp64d
96 target: stage3
97 version_stamp: @TIMESTAMP@
98 -cflags: -O2 -pipe -g
99 +cflags: -O2 -pipe
100 interpreter: /usr/bin/qemu-riscv64
101 rel_type: default
102 profile: default/linux/riscv/17.0/rv64gc/lp64d