* configure.tgt (i?86-*-beos{pe,elf,}*): Recognize.
authorRichard Henderson <rth@redhat.com>
Tue, 14 Jul 1998 22:40:17 +0000 (22:40 +0000)
committerRichard Henderson <rth@redhat.com>
Tue, 14 Jul 1998 22:40:17 +0000 (22:40 +0000)
        * Makefile.am (ei386beos.o): New.
        * emulparams/i386beos.sh: New file.
        * emultempl/beos.em, scripttempl/i386beos.sc: New file.

ld/emulparams/.Sanitize
ld/emultempl/.Sanitize
ld/scripttempl/.Sanitize

index 74013334263945e8a997246df77e6c2dc4fa3081..9649394d0a6a839e187a777f415e682f7bca1802 100644 (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
index 9da03debc673067e15a5afc5a27e52e435d59936..530ad84e8ad0fa7a00a09f9ca4e6f305a3a0430e 100644 (file)
 
 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.
index aa7fe54b548a473a91cd6b142e505987a2b9eafd..44dada424226cda381493c2b1fa9f47b02fe2766 100644 (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