Port the SB128 code to AROS.
[AROS.git] / bootstrap / mmakefile.src
blobb60403fdb043827db08f3e66d4188b48671697f4
1 #   $Id: mmakefile.src 37337 2011-03-04 11:40:10Z sonic $
3 include $(TOP)/config/make.cfg
5 FILES := elfloader
7 USER_INCLUDES := -isystem $(SRCDIR)/$(CURDIR)/include -isystem $(GENINCDIR)
9 %build_linklib mmake=linklibs-bootstrap libname=bootstrap files="$(FILES)" \
10                compiler=kernel libdir=$(GENDIR)/lib
12 # linklibs-bootstrap32 target is used by x86-64 bootstrap which runs in 32-bit mode
14 USER_CFLAGS := -m32 -DELF_64BIT
16 %build_linklib mmake=linklibs-bootstrap32 libname=bootstrap files="$(FILES)" \
17                compiler=kernel objdir=$(GENDIR)/$(CURDIR)/32bit libdir=$(GENDIR)/lib32
19 %common