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

Unified Diff: Makefile

Issue 13902014: More ARM GYP fixes (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: more Created 7 years, 8 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 | build/standalone.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index f885bf14a7e40e431dc537140443cc4290dcf37f..191bb89f7a195fbdb6e05d594b13e16aaaa00827 100644
--- a/Makefile
+++ b/Makefile
@@ -122,8 +122,6 @@ ifeq ($(armv7), false)
else
ifeq ($(armv7), true)
GYPFLAGS += -Darmv7=1
-else
- GYPFLAGS += -Darmv7=default
endif
endif
# vfp2=off. Deprecated, use armfpu=
@@ -166,8 +164,6 @@ ifeq ($(armthumb), off)
else
ifeq ($(armthumb), on)
GYPFLAGS += -Darm_thumb=1
-else
- GYPFLAGS += -Darm_thumb=default
endif
endif
# armtest=on
« no previous file with comments | « no previous file | build/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698