diff --git a/releases/specs/hppa/installcd-stage2-minimal.spec b/releases/specs/hppa/installcd-stage2-minimal.spec index a7ee0666..6bf638ae 100644 --- a/releases/specs/hppa/installcd-stage2-minimal.spec +++ b/releases/specs/hppa/installcd-stage2-minimal.spec @@ -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 diff --git a/releases/specs/hppa/netboot-hppa64.spec b/releases/specs/hppa/netboot-hppa64.spec index 51b90f0e..43c95c1e 100644 --- a/releases/specs/hppa/netboot-hppa64.spec +++ b/releases/specs/hppa/netboot-hppa64.spec @@ -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: -*