summaryrefslogtreecommitdiff
path: root/src/stage3/stage3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage3/stage3.sh')
-rwxr-xr-xsrc/stage3/stage3.sh2
1 files changed, 2 insertions, 0 deletions
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