specs/hppa: Use --kernel-${tool}=... genkernel options

The --kernel-cross-compile= option was removed from genkernel-4.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2021-09-11 21:13:45 -07:00
parent 4a12080c5c
commit 41695d87ba
No known key found for this signature in database
GPG key ID: ACEB29740C9A4E97
2 changed files with 14 additions and 2 deletions

View file

@ -41,7 +41,13 @@ boot/kernel/livecd32/use:
boot/kernel/livecd64/sources: sys-kernel/gentoo-sources
boot/kernel/livecd64/config: @REPO_DIR@/releases/kconfig/hppa/hppa64.config
boot/kernel/livecd64/gk_kernargs: --cross-compile=hppa64-unknown-linux-gnu
boot/kernel/livecd64/gk_kernargs:
--all-ramdisk-modules
--kernel-ar=hppa64-unknown-linux-gnu-ar
--kernel-as=hppa64-unknown-linux-gnu-as
--kernel-cc=hppa64-unknown-linux-gnu-cc
--kernel-ld=hppa64-unknown-linux-gnu-ld
--kernel-nm=hppa64-unknown-linux-gnu-nm
boot/kernel/livecd64/use:
-*
atm

View file

@ -13,7 +13,13 @@ profile: default/linux/hppa/17.0
boot/kernel: netboot64
boot/kernel/netboot64/sources: sys-kernel/gentoo-sources
boot/kernel/netboot64/config: @REPO_DIR@/releases/kconfig/hppa/hppa32.config
boot/kernel/netboot64/gk_kernargs: --cross-compile=hppa64-unknown-linux-gnu --all-ramdisk-modules
boot/kernel/netboot64/gk_kernargs:
--all-ramdisk-modules
--kernel-ar=hppa64-unknown-linux-gnu-ar
--kernel-as=hppa64-unknown-linux-gnu-as
--kernel-cc=hppa64-unknown-linux-gnu-cc
--kernel-ld=hppa64-unknown-linux-gnu-ld
--kernel-nm=hppa64-unknown-linux-gnu-nm
netboot/use:
-*