mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-08 09:16:00 +02:00
LLVM linux fixes
This commit is contained in:
parent
29f6313bb3
commit
b0a559e464
9 changed files with 36 additions and 184 deletions
8
BeefySysLib/third_party/libffi/configure
vendored
8
BeefySysLib/third_party/libffi/configure
vendored
|
@ -2744,10 +2744,10 @@ $as_echo "continue configure in default builddir \"./$ax_enable_builddir\"" >&6;
|
|||
srcdir=`echo "$ax_enable_builddir" |
|
||||
sed -e 's,^\./,,;s,[^/]$,&/,;s,[^/]*/,../,g;s,[/]$,,;'`
|
||||
# going to restart from subdirectory location
|
||||
test -f $srcdir/config.log && mv $srcdir/config.log .
|
||||
test -f $srcdir/confdefs.h && mv $srcdir/confdefs.h .
|
||||
test -f $srcdir/conftest.log && mv $srcdir/conftest.log .
|
||||
test -f $srcdir/$cache_file && mv $srcdir/$cache_file .
|
||||
test -f $srcdir/config.log && cp $srcdir/config.log .
|
||||
test -f $srcdir/confdefs.h && cp $srcdir/confdefs.h .
|
||||
test -f $srcdir/conftest.log && cp $srcdir/conftest.log .
|
||||
test -f $srcdir/$cache_file && cp $srcdir/$cache_file .
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&5
|
||||
$as_echo "....exec $SHELL $srcdir/$0 \"--srcdir=$srcdir\" \"--enable-builddir=$ax_enable_builddir\" ${1+\"$@\"}" >&6; }
|
||||
case "$0" in # restart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue