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

Unified Diff: gcc/config/i386/nacl.h

Issue 9447064: Predefine __LITTLE_ENDIAN__ (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 8 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config/i386/nacl.h
diff --git a/gcc/config/i386/nacl.h b/gcc/config/i386/nacl.h
index e903e029865e098946269d95aac8de6d69c88224..c82ec28c47fbd3b2f910933ca300413612483e4d 100644
--- a/gcc/config/i386/nacl.h
+++ b/gcc/config/i386/nacl.h
@@ -196,6 +196,7 @@ Boston, MA 02111-1307, USA. */
{ \
LINUX_TARGET_OS_CPP_BUILTINS(); \
builtin_define ("__native_client__=1"); \
+ builtin_define ("__LITTLE_ENDIAN__"); \
} \
while (0)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698