From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6DF9F158092 for ; Mon, 13 Sep 2021 05:19:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B30EAE0887; Mon, 13 Sep 2021 05:19:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9429DE0887 for ; Mon, 13 Sep 2021 05:19:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22C26342E5A for ; Mon, 13 Sep 2021 05:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D18627E for ; Mon, 13 Sep 2021 05:19:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1631509833.f05a60204a66a9db5370bae1d91845c70d98d356.mattst88@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/hppa/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/hppa/installcd-stage2-minimal.spec releases/specs/hppa/netboot-hppa64.spec X-VCS-Directories: releases/specs/hppa/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f05a60204a66a9db5370bae1d91845c70d98d356 X-VCS-Branch: master Date: Mon, 13 Sep 2021 05:19:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2d904faf-e2a5-4838-a902-cd0825a292d7 X-Archives-Hash: 4e83076a4c1f5ccbf27551c5572d9a3b commit: f05a60204a66a9db5370bae1d91845c70d98d356 Author: Matt Turner gentoo org> AuthorDate: Mon Sep 13 05:10:33 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Sep 13 05:10:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f05a6020 specs/hppa: Pass more genkernel --kernel-* arguments Signed-off-by: Matt Turner gentoo.org> releases/specs/hppa/installcd-stage2-minimal.spec | 5 +++++ releases/specs/hppa/netboot-hppa64.spec | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec b/releases/specs/hppa/installcd-stage2-minimal.spec index ee450096..fd079e32 100644 --- a/releases/specs/hppa/installcd-stage2-minimal.spec +++ b/releases/specs/hppa/installcd-stage2-minimal.spec @@ -46,6 +46,11 @@ boot/kernel/hppa64/gk_kernargs: --kernel-cc=hppa64-unknown-linux-gnu-cc --kernel-ld=hppa64-unknown-linux-gnu-ld --kernel-nm=hppa64-unknown-linux-gnu-nm + --kernel-objcopy=hppa64-unknown-linux-gnu-objcopy + --kernel-objdump=hppa64-unknown-linux-gnu-objdump + --kernel-ranlib=hppa64-unknown-linux-gnu-ranlib + --kernel-readelf=hppa64-unknown-linux-gnu-readelf + --kernel-strip=hppa64-unknown-linux-gnu-strip boot/kernel/hppa64/use: -* python_targets_python3_9 diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec index 75039c30..3ce91bb2 100644 --- a/releases/specs/hppa/netboot-hppa64.spec +++ b/releases/specs/hppa/netboot-hppa64.spec @@ -20,6 +20,11 @@ boot/kernel/hppa64/gk_kernargs: --kernel-cc=hppa64-unknown-linux-gnu-cc --kernel-ld=hppa64-unknown-linux-gnu-ld --kernel-nm=hppa64-unknown-linux-gnu-nm + --kernel-objcopy=hppa64-unknown-linux-gnu-objcopy + --kernel-objdump=hppa64-unknown-linux-gnu-objdump + --kernel-ranlib=hppa64-unknown-linux-gnu-ranlib + --kernel-readelf=hppa64-unknown-linux-gnu-readelf + --kernel-strip=hppa64-unknown-linux-gnu-strip netboot/use: -*