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

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

Issue 1388503003: [NaCl SDK] Remove newlib toolchain from the SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/nacl_config.py ('k') | native_client_sdk/src/tools/tests/nacl_config_test.py » ('j') | 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 d2c3f1346647e832fc6c2f9acf5b22058166b6e4..29a86023b1485f1d746a26f6505cddb07a42fcf0 100644
--- a/native_client_sdk/src/tools/nacl_gcc.mk
+++ b/native_client_sdk/src/tools/nacl_gcc.mk
@@ -526,9 +526,9 @@ endef
#
-# Determine which executable to pass into the debugger. For newlib
-# this is the NEXE which will actually be used. For glibc, runnable-ld.so
-# is the "app", and the "app" is actual an .so we load.
+# Determine which executable to pass into the debugger.
+# For glibc, runnable-ld.so is the executable, and the "app" is an .so that
+# it loads.
#
ifeq (x86_32,$(SYSARCH))
LIB_NAME = lib32
@@ -540,11 +540,7 @@ endif
endif
-ifeq (newlib,$(TOOLCHAIN))
-GDB_DEBUG_TARGET = $(abspath $(OUTDIR))/$(TARGET)_$(SYSARCH).nexe
-else
GDB_DEBUG_TARGET = $(abspath $(OUTDIR))/$(LIB_NAME)/runnable-ld.so
-endif
ifdef STANDALONE
run: all
« no previous file with comments | « native_client_sdk/src/tools/nacl_config.py ('k') | native_client_sdk/src/tools/tests/nacl_config_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698