projects
/
platform
/
upstream
/
libffi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c9cf44
)
More cross build debugging
author
Anthony Green
<green@moxielogic.com>
Mon, 18 Nov 2019 18:59:10 +0000
(13:59 -0500)
committer
Anthony Green
<green@moxielogic.com>
Mon, 18 Nov 2019 18:59:10 +0000
(13:59 -0500)
.travis/build-cross-in-container.sh
patch
|
blob
|
history
diff --git
a/.travis/build-cross-in-container.sh
b/.travis/build-cross-in-container.sh
index a7f672e6cfedf3ae561fa254571f75424e3afdab..68d92bda01744068b4de39555cfdd9d4b54bf28b 100755
(executable)
--- a/
.travis/build-cross-in-container.sh
+++ b/
.travis/build-cross-in-container.sh
@@
-7,9
+7,11
@@
echo $PATH
export PATH=/usr/local/bin:$PATH
echo $PATH
+ls -l /usr/local/bin
+
./configure --host=${HOST}
make
make dist
-make check RUNTESTFLAGS="-a $RUNTESTFLAGS" || true
+make check RUNTESTFLAGS="-
v -v -v -v -
a $RUNTESTFLAGS" || true