[LLDB][MIPS] Change ARCHFLAG for MIPS

SUMMARY:
    For MIPS, ARCH is specified without m.

    Reviewers: clayborg
    Subscribers: nitesh.jain, mohit.bhakkad, sagar, bhushan and lldb-commits
    Differential Revision: http://reviews.llvm.org/D14978

llvm-svn: 254376
This commit is contained in:
Jaydeep Patil 2015-12-01 05:24:17 +00:00
parent 309fb1877e
commit 27c25b1591
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ else
override ARCH :=
override ARCHFLAG :=
endif
ifeq "$(findstring mips,$(ARCH))" "mips"
override ARCHFLAG := -
endif
ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"
DSYM = $(EXE).debug