repo.or.cz
/
helenos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add export-dev for exporting all libraries (see #230)
[helenos.git]
/
meson
/
cross
/
mips32
blob
517f724ac0cf02158eddadee70298dab19ec9c0e
1
# See http://mesonbuild.com/Cross-compilation.html
2
3
[binaries]
4
c = '@COMPPREFIX@gcc'
5
cpp = '@COMPPREFIX@g++'
6
ar = '@COMPPREFIX@ar'
7
strip = '@COMPPREFIX@strip'
8
nm = '@COMPPREFIX@nm'
9
objcopy = '@COMPPREFIX@objcopy'
10
objdump = '@COMPPREFIX@objdump'
11
as = '@COMPPREFIX@as'
12
ld = '@COMPPREFIX@ld'
13
14
[properties]
15
has_function_printf = true
16
needs_exe_wrapper = true
17
18
cc_arch = 'mipsel'
19
bits = 32
20
21
[host_machine]
22
system = 'helenos'
23
cpu_family = 'mips'
24
cpu = 'mips'
25
endian = 'little'