aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@cygnus>1994-11-24 20:30:11 +0000
committerMichael Tiemann <tiemann@cygnus>1994-11-24 20:30:11 +0000
commitd94aca1affb15af8374bcb002f6a52fb724c9ccd (patch)
treec82833f1008f99eb1afc251e5c506ca5418a4520 /ld
parent481faa25acc8ea42f8d5f5e5e37f137806616226 (diff)
downloadfsf-binutils-gdb-d94aca1affb15af8374bcb002f6a52fb724c9ccd.zip
fsf-binutils-gdb-d94aca1affb15af8374bcb002f6a52fb724c9ccd.tar.gz
fsf-binutils-gdb-d94aca1affb15af8374bcb002f6a52fb724c9ccd.tar.bz2
Safely check in r16 targets for binutils.
Diffstat (limited to 'ld')
-rw-r--r--ld/config/.Sanitize7
-rw-r--r--ld/config/r16-aout.mt1
2 files changed, 8 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize
index 6f992de..5abf006 100644
--- a/ld/config/.Sanitize
+++ b/ld/config/.Sanitize
@@ -15,6 +15,13 @@
Do-first:
+r16_files="r16-aout.mt"
+
+if ( echo $* | grep keep\-r16 > /dev/null ) ; then
+ keep_these_too="${r16_files} ${keep_these_too}"
+else
+ lose_these_too="${r16_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.
diff --git a/ld/config/r16-aout.mt b/ld/config/r16-aout.mt
new file mode 100644
index 0000000..e053df9
--- /dev/null
+++ b/ld/config/r16-aout.mt
@@ -0,0 +1 @@
+EMUL=sopaout