Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: Makefile.standalone

Issue 2259983004: [SubZero] Generate ELF output for MIPS (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/IceAssemblerMIPS32.h » ('j') | src/IceAssemblerMIPS32.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index f3a5d877191cfce20594178941332d77d4d2a227..fd1ccbc52b8a4f20171b6f5a8e0760235be62eff 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -292,6 +292,7 @@ SB_LDFLAGS := $(LINKOPTLEVEL) $(LD_EXTRA)
# compile, in the hope of improving parallel build time.
SRCS = \
IceAssemblerARM32.cpp \
+ IceAssemblerMIPS32.cpp \
IceInstARM32.cpp \
IceInstMIPS32.cpp \
IceInstX8632.cpp \
« no previous file with comments | « no previous file | src/IceAssemblerMIPS32.h » ('j') | src/IceAssemblerMIPS32.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698