mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* configure.tgt (i?86-*-beos{pe,elf,}*): Recognize.
* Makefile.am (ei386beos.o): New. * emulparams/i386beos.sh: New file. * emultempl/beos.em, scripttempl/i386beos.sc: New file.
This commit is contained in:
@ -36,6 +36,13 @@ else
|
|||||||
lose_these_too="${r5900_files} ${lose_these_too}"
|
lose_these_too="${r5900_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
beos_files="i386beos.sh"
|
||||||
|
if ( echo $* | grep keep\-beos > /dev/null ) ; then
|
||||||
|
keep_these_too="${beos_files} ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="${beos_files} ${lose_these_too}"
|
||||||
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Do-last:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
@ -15,6 +15,13 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
|
beos_files="beos.em"
|
||||||
|
if ( echo $* | grep keep\-beos > /dev/null ) ; then
|
||||||
|
keep_these_too="${beos_files} ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="${beos_files} ${lose_these_too}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Do-last:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
|
@ -29,6 +29,13 @@ else
|
|||||||
lose_these_too="${tic80_files} ${lose_these_too}"
|
lose_these_too="${tic80_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
beos_files="i386beos.sc"
|
||||||
|
if ( echo $* | grep keep\-beos > /dev/null ) ; then
|
||||||
|
keep_these_too="${beos_files} ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="${beos_files} ${lose_these_too}"
|
||||||
|
fi
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Do-last:" line will be kept. All other files will be removed.
|
# "Do-last:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
|
Reference in New Issue
Block a user