repo.or.cz
/
build-srcpkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
first version.
[build-srcpkg.git]
/
res
/
builder
/
build-srcpkg
/
platform
/
toolchain
/
NULL.imi
blob
a04efd1da894b4ea33a55758097ccb67b6504461
1
2
#
3
# append vendor info here if no vendor file defined.
4
#
5
# MACHINE=""
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=""
19
ASM=""
20
CC=""
21
CPP=""
22
LINK=""
23
SLIB=""
24
DLIB=""
25
RANLIB=""
26
27
STRIP=""
28
OBJDUMP=""
29
OBJCOPY=""
30
READELF=""
31
NM=""
32
SIZE=""
33
GCOV=""
34
GDB=""
35
GPROF=""
36
ADDR2LINE=""