repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merging NList MCC 0.119 into the main branch.
[AROS.git]
/
arch
/
all-android
/
bootstrap
/
make.opts
blob
083fdf0e356ba25e54d41237f461f062d9b4e619
1
KERNEL_LDFLAGS += -shared -llog
2
PROG := lib$(PROG)
3
EXE_SUFFIX := .so
4
5
ifeq ($(CPU), i386)
6
EXEDIR := $(GENDIR)/arch/all-android/bootstrap/app/libs/x86
7
else
8
EXEDIR := $(GENDIR)/arch/all-android/bootstrap/app/libs/armeabi
9
endif