repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
tools
/
cmpl
/
platform
/
toolchain
/
gcc.imi
blob
131b5f2b4d0351e8e24cc037d1099794c5927b20
1
2
#
3
# append vendor info here if no vendor file defined.
4
#
5
# MACHINE="i686"
6
# OS="linux"
7
# VENDOR="gnueabi"
8
# MACHTYPE=""
9
# TOOLCHAIN="gcc"
10
11
#ARCH
12
#CROSS
13
#DIR_PFX
14
15
#
16
# toolchain-cmd
17
#
18
AR="ar"
19
ASM="as"
20
CC="gcc"
21
CPP="g++"
22
LINK="gcc"
23
SLIB="ar"
24
DLIB="gcc -fPIC"
25
RANLIB="ranlib"
26
27
STRIP="strip"
28
OBJDUMP="objdump"
29
OBJCOPY="objcopy"
30
READELF="readelf"
31
NM="nm"
32
SIZE="size"
33
GCOV="gcov"
34
GDB="gdb"
35
GPROF="gprof"
36
ADDR2LINE="addr2line"