Bring back darwin hosted port to live, might also work for android hosted but is...
[AROS.git] / arch / all-unix / devs / hostdisk / mmakefile.src
blob97884147dfa99d1b0fcd8c9ae675766e150d9ef0
1 include $(TOP)/config/make.cfg
3 #MM- workbench-unix : workbench-devs-hostdisk
5 USER_CFLAGS := -DAROS_ARCHITECTURE="\"$(AROS_TARGET_PLATFORM)\"" \
6                -DHOST_OS_$(ARCH) -DHOST_OS_$(AROS_TARGET_VARIANT)               \
7                -I$(SRCDIR)/arch/all-hosted/devs/hostdisk -isystem $(GENINCDIR) $(KERNEL_INCLUDES)
9 ## The '-Wno-attributes' is here due to a gcc 4.5.x bug
10 ## where its strcmp() builtin generates a number of spurious
11 ## complaints with -O1 or higher optimizations enabled.
12 USER_CFLAGS += -Wno-attributes
14 %build_archspecific mainmmake=workbench-devs-hostdisk maindir=arch/all-hosted/devs/hostdisk \
15     arch=unix files="hostdisk_host geometry"
17 %common