mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
m32r.h: new file
This commit is contained in:
parent
12ffa10c1d
commit
8c84dfa139
@ -33,6 +33,14 @@ else
|
||||
lose_these_too="${d10v_files} ${lose_these_too}"
|
||||
fi
|
||||
|
||||
m32r_files="m32r.h"
|
||||
|
||||
if ( echo $* | grep keep\-m32r > /dev/null ) ; then
|
||||
keep_these_too="${m32r_files} ${keep_these_too}"
|
||||
else
|
||||
lose_these_too="${m32r_files} ${lose_these_too}"
|
||||
fi
|
||||
|
||||
# All files listed between the "Things-to-keep:" line and the
|
||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||
# Directories listed in this section will have their own Sanitize
|
||||
|
Loading…
Reference in New Issue
Block a user