aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/arm_features.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/arm_features.h b/include/arm_features.h
index f35e0b7..7c82ff3 100644
--- a/include/arm_features.h
+++ b/include/arm_features.h
@@ -73,4 +73,8 @@
#endif
+#if defined(__MACH__) || defined(__PIC__)
+#define TEXRELS_FORBIDDEN
+#endif
+
#endif /* __ARM_FEATURES_H__ */