Merge "Fix mips build."

This commit is contained in:
Christopher Ferris 2014-02-01 22:13:17 +00:00 committed by Gerrit Code Review
commit c47aa3bd2a

View file

@ -30,7 +30,7 @@ x86_src_files := \
arch-x86/backtrace-x86.c \
arch-x86/ptrace-x86.c
ifeq ($(TARGET_IS_64_BIT), false)
ifneq ($(TARGET_IS_64_BIT),true)
include $(CLEAR_VARS)