Merging NList MCC 0.119 into the main branch.
[AROS.git] / arch / all-android / bootstrap / make.opts
blob083fdf0e356ba25e54d41237f461f062d9b4e619
1 KERNEL_LDFLAGS += -shared -llog
2 PROG           := lib$(PROG)
3 EXE_SUFFIX     := .so
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