Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/
Date: Mon, 13 Sep 2021 05:19:51
Message-Id: 1631509833.f05a60204a66a9db5370bae1d91845c70d98d356.mattst88@gentoo
1 commit: f05a60204a66a9db5370bae1d91845c70d98d356
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 05:10:33 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 05:10:33 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f05a6020
7
8 specs/hppa: Pass more genkernel --kernel-* arguments
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 releases/specs/hppa/installcd-stage2-minimal.spec | 5 +++++
13 releases/specs/hppa/netboot-hppa64.spec | 5 +++++
14 2 files changed, 10 insertions(+)
15
16 diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec b/releases/specs/hppa/installcd-stage2-minimal.spec
17 index ee450096..fd079e32 100644
18 --- a/releases/specs/hppa/installcd-stage2-minimal.spec
19 +++ b/releases/specs/hppa/installcd-stage2-minimal.spec
20 @@ -46,6 +46,11 @@ boot/kernel/hppa64/gk_kernargs:
21 --kernel-cc=hppa64-unknown-linux-gnu-cc
22 --kernel-ld=hppa64-unknown-linux-gnu-ld
23 --kernel-nm=hppa64-unknown-linux-gnu-nm
24 + --kernel-objcopy=hppa64-unknown-linux-gnu-objcopy
25 + --kernel-objdump=hppa64-unknown-linux-gnu-objdump
26 + --kernel-ranlib=hppa64-unknown-linux-gnu-ranlib
27 + --kernel-readelf=hppa64-unknown-linux-gnu-readelf
28 + --kernel-strip=hppa64-unknown-linux-gnu-strip
29 boot/kernel/hppa64/use:
30 -*
31 python_targets_python3_9
32
33 diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec
34 index 75039c30..3ce91bb2 100644
35 --- a/releases/specs/hppa/netboot-hppa64.spec
36 +++ b/releases/specs/hppa/netboot-hppa64.spec
37 @@ -20,6 +20,11 @@ boot/kernel/hppa64/gk_kernargs:
38 --kernel-cc=hppa64-unknown-linux-gnu-cc
39 --kernel-ld=hppa64-unknown-linux-gnu-ld
40 --kernel-nm=hppa64-unknown-linux-gnu-nm
41 + --kernel-objcopy=hppa64-unknown-linux-gnu-objcopy
42 + --kernel-objdump=hppa64-unknown-linux-gnu-objdump
43 + --kernel-ranlib=hppa64-unknown-linux-gnu-ranlib
44 + --kernel-readelf=hppa64-unknown-linux-gnu-readelf
45 + --kernel-strip=hppa64-unknown-linux-gnu-strip
46
47 netboot/use:
48 -*