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

Unified Diff: tools/Makefile

Issue 137843003: Don't pass -D_I386MACH_ALLOW_HW_INTERRUPTS explicitly in newlib build (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 6 years, 11 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 | « toolchain_build/toolchain_build.py ('k') | tools/REVISIONS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/Makefile
diff --git a/tools/Makefile b/tools/Makefile
index 02e82058a4c382d68972c6e9809521a0fa7cb131..c2883e924da8fe55488ba183024230665929843f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -557,7 +557,7 @@ endif
# by the Native Client threads package build.
##################################################################
-NEWLIB_CFLAGS = -O2 -D_I386MACH_ALLOW_HW_INTERRUPTS -mtls-use-call
+NEWLIB_CFLAGS = -O2 -mtls-use-call
BUILD/stamp-$(CROSSARCH)-newlib: | SRC/newlib BUILD newlib-libc-script
rm -rf BUILD/build-newlib-$(CROSSARCH)
« no previous file with comments | « toolchain_build/toolchain_build.py ('k') | tools/REVISIONS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698