Bumping manifests a=b2g-bump
[gecko.git] / mozglue / linker / Makefile.in
bloba5b22176910d0075af27a7327756acdd02f34c9c
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 # You can obtain one at http://mozilla.org/MPL/2.0/.
5 include $(topsrcdir)/config/rules.mk
7 ifeq (arm,$(TARGET_CPU))
8 ifdef MOZ_THUMB2
9 HOST_CXXFLAGS += -DTARGET_THUMB
10 else
11 HOST_CXXFLAGS += -DTARGET_ARM
12 endif
13 endif
14 ifeq (x86,$(CPU_ARCH))
15 HOST_CXXFLAGS += -DTARGET_X86
16 endif