* 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:
Richard Henderson 1998-07-14 22:40:17 +00:00
parent 1aaf4ccc12
commit d51be0a936
3 changed files with 21 additions and 0 deletions

View file

@ -36,6 +36,13 @@ else
lose_these_too="${r5900_files} ${lose_these_too}"
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
# "Do-last:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize

View file

@ -15,6 +15,13 @@
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
# "Do-last:" line will be kept. All other files will be removed.

View file

@ -29,6 +29,13 @@ else
lose_these_too="${tic80_files} ${lose_these_too}"
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
# "Do-last:" line will be kept. All other files will be removed.
# Directories listed in this section will have their own Sanitize