File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
contrib/gitian-descriptors Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,11 @@ script: |
76
76
function create_per-host_compiler_wrapper {
77
77
# -posix variant is required for c++11 threading.
78
78
for i in $HOSTS; do
79
- mkdir -p ${WRAP_DIR}/${i}
80
79
for prog in gcc g++; do
81
80
echo '#!/usr/bin/env bash' > ${WRAP_DIR}/${i}-${prog}
82
81
echo "REAL=\`which -a ${i}-${prog}-posix | grep -v ${WRAP_DIR}/${i}-${prog} | head -1\`" >> ${WRAP_DIR}/${i}-${prog}
83
82
echo "export LD_PRELOAD='/usr/\$LIB/faketime/libfaketime.so.1'" >> ${WRAP_DIR}/${i}-${prog}
84
83
echo "export FAKETIME=\"$1\"" >> ${WRAP_DIR}/${i}-${prog}
85
- echo "export COMPILER_PATH=${WRAP_DIR}/${i}" >> ${WRAP_DIR}/${i}-${prog}
86
84
echo "\$REAL \$@" >> $WRAP_DIR/${i}-${prog}
87
85
chmod +x ${WRAP_DIR}/${i}-${prog}
88
86
done
You can’t perform that action at this time.
0 commit comments