nvidia-texture-tools/nvidia-texture-tools-arm.patch

12 lines
364 B
Diff

--- nvidia-texture-tools/src/nvcore/nvcore.h.orig 2013-07-30 09:48:05.111350472 -0500
+++ nvidia-texture-tools/src/nvcore/nvcore.h 2013-07-30 09:50:19.667643065 -0500
@@ -70,6 +70,8 @@
# define NV_CPU_X86 1
#elif defined POSH_CPU_PPC
# define NV_CPU_PPC 1
+#elif defined POSH_CPU_STRONGARM
+# define NV_CPU_STRONGARM 1
#else
# error "Unsupported CPU"
#endif