repo.or.cz
/
meinos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stdlibc: small changes
[meinos.git]
/
test_meinos_xgcc.sh
blob
f12df12f4470b66150b25f43d675e747208e2ffb
1
#!/bin/sh
2
3
if
type
i586-pc-meinos-gcc
> /
dev
/
null
2
> /
dev
/
null
;
then
exit
0
;
4
fi
5
6
echo
"No meinos-XGCC found. Please install it. Patches are gcc-4.2.2-meinos.patch and binutils-2.18-meinos.patch"
7
exit
1