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

Unified Diff: tests/pnacl_ld_example/Makefile

Issue 9816003: GYP build for ARM untrusted runtime. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 9 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
Index: tests/pnacl_ld_example/Makefile
===================================================================
--- tests/pnacl_ld_example/Makefile (revision 8056)
+++ tests/pnacl_ld_example/Makefile (working copy)
@@ -12,7 +12,7 @@
ARCH ?= -m64
-CFLAGS = -Wall -fPIC $(ARCH)
+CFLAGS = -Wall -fPIC $(ARCH) -I../../..
Mark Seaborn 2012/03/22 17:13:21 Why this change?
Nikolay 2012/03/23 11:35:20 Unneeded, thanks for spotting! On 2012/03/22 17:1
LIBFLAGS = -shared $(ARCH) -Wl,-soname,libsimple$(ARCH).so
SIMPLE_OBJECTS = hello$(ARCH).o fortytwo$(ARCH).o
« build/untrusted.gypi ('K') | « src/untrusted/stubs/crtn_arm.S ('k') | tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698