From a5fd90dcce72f58af61880857d7ab0f2e44e9874 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 22 Jun 2018 09:31:53 +0200 Subject: rebootstrapped powerpc64le toolchain with multilib, and added grub --- src/stage3/stage3.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stage3/stage3.sh') diff --git a/src/stage3/stage3.sh b/src/stage3/stage3.sh index 4722edb..342862b 100755 --- a/src/stage3/stage3.sh +++ b/src/stage3/stage3.sh @@ -35,6 +35,8 @@ stage3_makepkg() { # substitute common variables sed "s#@MULTILIB@#${MULTILIB:-disable}#g; \ s#@PLATFORM_CFLAGS@#${PLATFORM_CFLAGS[*]}#g; \ + s#@CHOST32@#${CHOST32}#g; \ + s#@PLATFORM32_CFLAGS@#${PLATFORM32_CFLAGS[*]}#g; \ s#@GCC_CONFIG_FLAGS@#${GCC_CONFIG_FLAGS[*]}#g" \ PKGBUILD.in > PKGBUILD -- cgit v1.2.2