repo.or.cz
/
mono-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[bcl] Add Mono.Posix to the monodroid profile.
[mono-project.git]
/
mono
/
arch
/
Makefile.am
blob
5612361402d091f9b8835189fc076e29290779af
1
DIST_SUBDIRS = x86 ppc sparc arm arm64 s390x amd64 ia64 mips
2
3
AM_CPPFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir)
4
5
if ARM
6
# arm needs to build some stuff even in JIT mode
7
SUBDIRS = $(arch_target)
8
endif
9
10