summaryrefslogtreecommitdiff
path: root/src/stage4/stage4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage4/stage4.sh')
-rw-r--r--src/stage4/stage4.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stage4/stage4.sh b/src/stage4/stage4.sh
index 9b9b81a..e5154c6 100644
--- a/src/stage4/stage4.sh
+++ b/src/stage4/stage4.sh
@@ -35,6 +35,8 @@ stage4_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