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

Unified Diff: third_party/mesa/MesaLib/src/mesa/main/compiler.h

Issue 10825442: Fix the compile errors for mesa on Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 4 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 | « third_party/mesa/MesaLib/src/glsl/ir.h ('k') | third_party/mesa/MesaLib/src/mesa/main/debug.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/MesaLib/src/mesa/main/compiler.h
diff --git a/third_party/mesa/MesaLib/src/mesa/main/compiler.h b/third_party/mesa/MesaLib/src/mesa/main/compiler.h
index 668fd092159286ba0035869e4987c16db88de0e7..907796f3541fb431bd4ad511aa0ddd03dd9a60c3 100644
--- a/third_party/mesa/MesaLib/src/mesa/main/compiler.h
+++ b/third_party/mesa/MesaLib/src/mesa/main/compiler.h
@@ -45,9 +45,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
-#if defined(__linux__) && defined(__i386__)
-#include <fpu_control.h>
-#endif
#include <float.h>
#include <stdarg.h>
« no previous file with comments | « third_party/mesa/MesaLib/src/glsl/ir.h ('k') | third_party/mesa/MesaLib/src/mesa/main/debug.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698