mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Make --keep-mswin
This commit is contained in:
@ -21,10 +21,10 @@ else
|
|||||||
lose_these_too="${lose_these_too} mt-r5900"
|
lose_these_too="${lose_these_too} mt-r5900"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ( echo $* | grep keep\-mswin > /dev/null ) ; then
|
if ( echo $* | grep lose\-mswin > /dev/null ) ; then
|
||||||
keep_these_too="${keep_these_too} mh-windows"
|
|
||||||
else
|
|
||||||
lose_these_too="${lose_these_too} mh-windows"
|
lose_these_too="${lose_these_too} mh-windows"
|
||||||
|
else
|
||||||
|
keep_these_too="${keep_these_too} mh-windows"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
|
Reference in New Issue
Block a user