diff options
author | Bruce Beare <brucex.j.beare@intel.com> | 2010-05-03 14:00:31 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2010-05-04 15:35:09 -0700 |
commit | 2bef93cc20155c3a59cdbb22c564c4b385b2c160 (patch) | |
tree | 053ed4516d2d07fc6bf54e48af6579696241f2bf /libpixelflinger | |
parent | 9b6c850d24df82451862b81f059361b586f5ef0b (diff) | |
download | system_core-2bef93cc20155c3a59cdbb22c564c4b385b2c160.zip system_core-2bef93cc20155c3a59cdbb22c564c4b385b2c160.tar.gz system_core-2bef93cc20155c3a59cdbb22c564c4b385b2c160.tar.bz2 |
cpu-features.h is only available for ARM
Change-Id: I1e8001a1875bfd9cebfe18dfd757556b55c8213c
Diffstat (limited to 'libpixelflinger')
-rw-r--r-- | libpixelflinger/codeflinger/texturing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/codeflinger/texturing.cpp b/libpixelflinger/codeflinger/texturing.cpp index 6baa28e..7f6f8da 100644 --- a/libpixelflinger/codeflinger/texturing.cpp +++ b/libpixelflinger/codeflinger/texturing.cpp @@ -25,7 +25,7 @@ #include "codeflinger/GGLAssembler.h" -#ifdef __arm__ +#ifdef __ARM_ARCH__ #include <machine/cpu-features.h> #endif |