llvm: Remove no longer needed SLOPPY_FLIST option.
This commit is contained in:
parent
0e560ca0c8
commit
76c4605bfe
3 changed files with 3 additions and 3 deletions
|
@ -151,7 +151,7 @@ do
|
|||
OPTFLAGS=`echo ${OPTFLAGS} | sed -e "s/\ /\\\ /g"`
|
||||
OPTFLAGS_PLACEHOLDER="OPTFLAGS.$n=${OPTFLAGS}"
|
||||
|
||||
(env "`echo ${OPTFLAGS_PLACEHOLDER}`" MKBITCODE=yes SLOPPY_FLIST=yes \
|
||||
(env "`echo ${OPTFLAGS_PLACEHOLDER}`" MKBITCODE=yes \
|
||||
${TOOLDIR}/nbmake-${ARCH} -C $m all install && echo "INFO: $m successfully instrumented." ) || echo "ERROR: Failed instrumenting $m"
|
||||
echo
|
||||
done
|
||||
|
|
|
@ -119,7 +119,7 @@ if [ "${REBUILD_MINIX}" == "yes" ]; then
|
|||
echo "JOBS:$JOBS"
|
||||
echo
|
||||
cd ${MINIX_ROOT}
|
||||
BUILDVARS="-V MKBITCODE=yes -V SLOPPY_FLIST=yes" ./releasetools/x86_hdimage.sh
|
||||
BUILDVARS="-V MKBITCODE=yes" ./releasetools/x86_hdimage.sh
|
||||
EXITCODE=$?
|
||||
cd ${MYPWD}
|
||||
if [ "$EXITCODE" != "0" ]; then
|
||||
|
|
|
@ -147,7 +147,7 @@ do
|
|||
LDFLAGS_PLACEHOLDER="BITCODE_LD_FLAGS.$n=\"${STATIC_LIBS}\""
|
||||
fi
|
||||
|
||||
env "`echo ${LDFLAGS_PLACEHOLDER}`" MKBITCODE=yes SLOPPY_FLIST=yes \
|
||||
env "`echo ${LDFLAGS_PLACEHOLDER}`" MKBITCODE=yes \
|
||||
${TOOLDIR}/nbmake-${ARCH} -C $m
|
||||
echo
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue