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

Unified Diff: native_client_sdk/src/tools/nacl_gcc.mk

Issue 15974011: [NaCl SDK] Remove NACL_ARCH from commom makefiles. (Closed) Base URL: http://git.chromium.org/chromium/src.git@cleanup_genhttpfs
Patch Set: Created 7 years, 6 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 | « native_client_sdk/src/tools/host_vc.mk ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/tools/nacl_gcc.mk
diff --git a/native_client_sdk/src/tools/nacl_gcc.mk b/native_client_sdk/src/tools/nacl_gcc.mk
index 1460637e20f36992f45288dc7e74d2019c60caf1..a68d230fde51de8e6aebdadf1fc7a9f90bf5cf3c 100644
--- a/native_client_sdk/src/tools/nacl_gcc.mk
+++ b/native_client_sdk/src/tools/nacl_gcc.mk
@@ -47,13 +47,14 @@ ARM_NM ?= $(TC_PATH)/$(OSNAME)_arm_$(TOOLCHAIN)/bin/arm-nacl-nm
# Architecture-specific flags
-X86_32_CFLAGS ?= -DNACL_ARCH=x86_32
-X86_64_CFLAGS ?= -DNACL_ARCH=x86_64
-ARM_CFLAGS ?= -DNACL_ARCH=arm
+X86_32_CFLAGS ?=
+X86_64_CFLAGS ?=
+ARM_CFLAGS ?=
+
+X86_32_CXXFLAGS ?=
+X86_64_CXXFLAGS ?=
+ARM_CXXFLAGS ?=
-X86_32_CXXFLAGS ?= -DNACL_ARCH=x86_32
-X86_64_CXXFLAGS ?= -DNACL_ARCH=x86_64
-ARM_CXXFLAGS ?= -DNACL_ARCH=arm
#
# Compile Macro
« no previous file with comments | « native_client_sdk/src/tools/host_vc.mk ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698