repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix FIXME.
[sbcl.git]
/
make-all-targets.sh
blob
b57aa7a8d52960edff2ba565b1de3b3c6ff97452
1
#!/bin/sh
2
3
rm
-fr
obj
/
xbuild
4
mkdir
-p
obj
/
xbuild
5
6
make
-k -j9 -f
crossbuild-runner
/
Makefile \
7
output
/
arm.core output
/
arm64.core \
8
output
/
mips.core \
9
output
/
ppc.core output
/
ppc64.core \
10
output
/
riscv.core \
11
output
/
sparc.core \
12
output
/
x86.core output
/
x86-64.core