aboutsummaryrefslogtreecommitdiff
path: root/include/elf/.Sanitize
diff options
context:
space:
mode:
Diffstat (limited to 'include/elf/.Sanitize')
-rw-r--r--include/elf/.Sanitize8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize
index 9ffe17f..c59d17e 100644
--- a/include/elf/.Sanitize
+++ b/include/elf/.Sanitize
@@ -25,6 +25,14 @@ else
lose_these_too="${arc_files} ${lose_these_too}"
fi
+v850_files="v850.h"
+
+if ( echo $* | grep keep\-v850 > /dev/null ) ; then
+ keep_these_too="${v850_files} ${keep_these_too}"
+else
+ lose_these_too="${v850_files} ${lose_these_too}"
+fi
+
m32r_files="m32r.h"
if ( echo $* | grep keep\-m32r > /dev/null ) ; then