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:
a822327
)
Fix cross builds for or1k
author
Anthony Green
<green@moxielogic.com>
Mon, 18 Nov 2019 19:02:33 +0000
(14:02 -0500)
committer
Anthony Green
<green@moxielogic.com>
Mon, 18 Nov 2019 19:02:33 +0000
(14:02 -0500)
.travis/build.sh
patch
|
blob
|
history
diff --git
a/.travis/build.sh
b/.travis/build.sh
index
46f08ec
..
72fa11e
100755
(executable)
--- a/
.travis/build.sh
+++ b/
.travis/build.sh
@@
-122,6
+122,10
@@
case "$HOST" in
./autogen.sh
build_cross
;;
+ or1k-elf )
+ ./autogen.sh
+ build_cross
+ ;;
m68k-linux-gnu )
./autogen.sh
GCC_OPTIONS=-mcpu=547x build_cross_linux