diff options
author | Stan Shebs <shebs@codesourcery.com> | 1993-09-28 20:59:59 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1993-09-28 20:59:59 +0000 |
commit | bd7b78f76952994ec6cc55fcbc2770ad2e2eff09 (patch) | |
tree | 3b522471e399139ac8791c5cf136ec0b588eb14f /ld/config | |
parent | 3f905ec153d3343c1731e883e954880a0ba90e0d (diff) | |
download | gdb-bd7b78f76952994ec6cc55fcbc2770ad2e2eff09.zip gdb-bd7b78f76952994ec6cc55fcbc2770ad2e2eff09.tar.gz gdb-bd7b78f76952994ec6cc55fcbc2770ad2e2eff09.tar.bz2 |
Lynx support
Diffstat (limited to 'ld/config')
-rw-r--r-- | ld/config/.Sanitize | 2 | ||||
-rw-r--r-- | ld/config/i386-lynx.mt | 2 | ||||
-rw-r--r-- | ld/config/m68k-lynx.mt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ld/config/.Sanitize b/ld/config/.Sanitize index 52f51ef..389be09 100644 --- a/ld/config/.Sanitize +++ b/ld/config/.Sanitize @@ -43,6 +43,7 @@ i386-bsd.mt i386-coff.mt i386-elf.mt i386-linux.mt +i386-lynx.mt i386sco.mh i386v.mh i386v.mt @@ -52,6 +53,7 @@ ieee-h8300.mt irix4.mh m68k-coff.mt m68k.mt +m68k-lynx.mt m68kv.mt m88k-bcs.mt mipsbsd.mt diff --git a/ld/config/i386-lynx.mt b/ld/config/i386-lynx.mt new file mode 100644 index 0000000..05930b8 --- /dev/null +++ b/ld/config/i386-lynx.mt @@ -0,0 +1,2 @@ +EMUL=i386lynx +OTHER_EMULATIONS=em_i386lynx.o diff --git a/ld/config/m68k-lynx.mt b/ld/config/m68k-lynx.mt new file mode 100644 index 0000000..bbb6abf --- /dev/null +++ b/ld/config/m68k-lynx.mt @@ -0,0 +1,2 @@ +EMUL=m68klynx +OTHER_EMULATIONS=em_m68klynx.o |