author | Josh Matthews <josh@joshmatthews.net> |
Sat, 17 Jan 2015 11:57:41 -0500 | |
changeset 238855 | 6ccc86f7429e38dec4343a43f7d994c4c553e91e |
parent 207745 | 2aa5813d28081c066977f1e55b22f4c1104fb348 |
permissions | -rw-r--r-- |
# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this file, # You can obtain one at http://mozilla.org/MPL/2.0/. include $(topsrcdir)/config/rules.mk ifeq (arm,$(TARGET_CPU)) ifdef MOZ_THUMB2 HOST_CXXFLAGS += -DTARGET_THUMB else HOST_CXXFLAGS += -DTARGET_ARM endif endif ifeq (x86,$(CPU_ARCH)) HOST_CXXFLAGS += -DTARGET_X86 endif