[Lldb-commits] [PATCH] D14978: [MIPS] Change ARCHFLAG for MIPS

Jaydeep Patil via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 25 02:38:31 PST 2015


jaydeep created this revision.
jaydeep added a reviewer: clayborg.
jaydeep added subscribers: lldb-commits, bhushan, mohit.bhakkad, sagar, nitesh.jain.
jaydeep set the repository for this revision to rL LLVM.

For MIPS, ARCH is specified without 'm'.

Repository:
  rL LLVM

http://reviews.llvm.org/D14978

Files:
  packages/Python/lldbsuite/test/make/Makefile.rules

Index: packages/Python/lldbsuite/test/make/Makefile.rules
===================================================================
--- packages/Python/lldbsuite/test/make/Makefile.rules
+++ packages/Python/lldbsuite/test/make/Makefile.rules
@@ -168,6 +168,9 @@
 		override ARCH :=
 		override ARCHFLAG :=
 	endif
+	ifeq "$(findstring mips,$(ARCH))" "mips"
+		override ARCHFLAG := -
+	endif
 
 	ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"
 		DSYM = $(EXE).debug


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14978.41118.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151125/9153ba3e/attachment.bin>


More information about the lldb-commits mailing list