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

Unified Diff: gcc/config/i386/t-nacl64

Issue 7170022: Fix NaCl system header files location (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: Created 9 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 | « 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/t-nacl64
diff --git a/gcc/config/i386/t-nacl64 b/gcc/config/i386/t-nacl64
index 7a3f2f20a1c45962160c3ae4a67fa09f73cef0a0..e04a05c1e275660782cbc4300cf8eb236ab3971e 100644
--- a/gcc/config/i386/t-nacl64
+++ b/gcc/config/i386/t-nacl64
@@ -1,3 +1,6 @@
+# NaCl has no /usr hierarchy
+NATIVE_SYSTEM_HEADER_DIR = /include
+
MULTILIB_OPTIONS = m64/m32
MULTILIB_DIRNAMES = 64 32
MULTILIB_OSDIRNAMES = ../lib64 ../lib32
« 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