# BuildConfig/Makefile.Android.arm # Author: Patrick Baggett # Created: 1/16/2013 # # Purpose: # # Makefile for Android running on 32-bit ARMv6+ architecture processors # # License: # # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it # and/or modify it under the terms of the Do What The Fuck You Want # To Public License, Version 2, as published by Sam Hocevar. See # http://sam.zoy.org/wtfpl/COPYING for more details. # All C/C++ compiler flags required by this OS platform # TODO: anything required here? OS_CXXFLAGS := -D_UNIX=1 OS_CFLAGS := -D_UNIX=1 include BuildConfig/GCC-Flags.rules include BuildConfig/POSIX-Libs.rules ASM ?= as RANLIB ?= ranlib SUBSYSTEM := POSIX # All flags/libraries the linker will need OS_LDFLAGS :=