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 04:49:43
Message-Id: 1631508570.41695d87ba25fa3ed9bf7730657e11761906329b.mattst88@gentoo
1 commit: 41695d87ba25fa3ed9bf7730657e11761906329b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 12 04:13:45 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 04:49:30 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=41695d87
7
8 specs/hppa: Use --kernel-${tool}=... genkernel options
9
10 The --kernel-cross-compile= option was removed from genkernel-4.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 releases/specs/hppa/installcd-stage2-minimal.spec | 8 +++++++-
15 releases/specs/hppa/netboot-hppa64.spec | 8 +++++++-
16 2 files changed, 14 insertions(+), 2 deletions(-)
17
18 diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec b/releases/specs/hppa/installcd-stage2-minimal.spec
19 index a7ee0666..6bf638ae 100644
20 --- a/releases/specs/hppa/installcd-stage2-minimal.spec
21 +++ b/releases/specs/hppa/installcd-stage2-minimal.spec
22 @@ -41,7 +41,13 @@ boot/kernel/livecd32/use:
23
24 boot/kernel/livecd64/sources: sys-kernel/gentoo-sources
25 boot/kernel/livecd64/config: @REPO_DIR@/releases/kconfig/hppa/hppa64.config
26 -boot/kernel/livecd64/gk_kernargs: --cross-compile=hppa64-unknown-linux-gnu
27 +boot/kernel/livecd64/gk_kernargs:
28 + --all-ramdisk-modules
29 + --kernel-ar=hppa64-unknown-linux-gnu-ar
30 + --kernel-as=hppa64-unknown-linux-gnu-as
31 + --kernel-cc=hppa64-unknown-linux-gnu-cc
32 + --kernel-ld=hppa64-unknown-linux-gnu-ld
33 + --kernel-nm=hppa64-unknown-linux-gnu-nm
34 boot/kernel/livecd64/use:
35 -*
36 atm
37
38 diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec
39 index 51b90f0e..43c95c1e 100644
40 --- a/releases/specs/hppa/netboot-hppa64.spec
41 +++ b/releases/specs/hppa/netboot-hppa64.spec
42 @@ -13,7 +13,13 @@ profile: default/linux/hppa/17.0
43 boot/kernel: netboot64
44 boot/kernel/netboot64/sources: sys-kernel/gentoo-sources
45 boot/kernel/netboot64/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
46 -boot/kernel/netboot64/gk_kernargs: --cross-compile=hppa64-unknown-linux-gnu --all-ramdisk-modules
47 +boot/kernel/netboot64/gk_kernargs:
48 + --all-ramdisk-modules
49 + --kernel-ar=hppa64-unknown-linux-gnu-ar
50 + --kernel-as=hppa64-unknown-linux-gnu-as
51 + --kernel-cc=hppa64-unknown-linux-gnu-cc
52 + --kernel-ld=hppa64-unknown-linux-gnu-ld
53 + --kernel-nm=hppa64-unknown-linux-gnu-nm
54
55 netboot/use:
56 -*