Previous 199869 Revisions Next

r26693 Sunday 22nd December, 2013 at 22:25:27 UTC by R. Belmont
SDL: slightly more inclusive ARM check (nw)
[src/osd/sdl]sdl.mak

trunk/src/osd/sdl/sdl.mak
r26692r26693
464464   CCOMFLAGS += -Wno-narrowing -Wno-attributes -Wno-unused-local-typedefs -Wno-unused-variable -Wno-array-bounds -Wno-strict-overflow
465465endif
466466
467# disable the cast alignment warnings for ARM-based systems (test needs to be fixed to check arch rather than a specific vendor)
468#ifneq (,$(findstring arm,$(UNAME))) # does this work?
469ifeq ($(findstring rpi,$(TEST_GCC)),rpi)
467# minimal preliminary ARM support
468ifeq ($(findstring arm,$(UNAME)),arm)
470469   CCOMFLAGS += -Wno-cast-align
470   DEFS += -DSDLMAME_NOASM -DSDLMAME_ARM
471471endif
472472
473473else    # compiler is specifically Clang

Previous 199869 Revisions Next


© 1997-2024 The MAME Team