x86: Remove i386-*-kaos* and i386-*-chaos targets
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Apr 2019 18:58:51 +0000 (11:58 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 8 Apr 2019 18:58:51 +0000 (11:58 -0700)
commit3ae61bb67d62eb53d110835b8b7c3a289e6bce45
tree9626bb55ff6b6489ee4873ed043d55e2cabc7653
parent82b535931242b017a0929460e38c430178b0d72e
x86: Remove i386-*-kaos* and i386-*-chaos targets

Remove i386-*-kaos* and i386-*-chaos targets since they are no longer
supported by config.sub:

$ .../config.sub i386-kaos
Invalid configuration `i386-kaos': system `kaos' not recognized
$ .../config.sub i386-chaos
Invalid configuration `i386-chaos': system `chaos' not recognized
$

bfd/

* config.bfd: Remove i[3-7]86-*-kaos* and i[3-7]86-*-chaos targets.

gas/

* configure.tgt: Remove i386-*-kaos* and i386-*-chaos targets.
* testsuite/gas/i386/i386.exp: Remove *-*-caos* and "*-*-kaos*
check.

ld/

* Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_chaos.c.
(eelf_i386_chaos.c): Removed.
* Makefile.in: Regenerated.
* configure.tgt: Remove i[3-7]86-*-kaos*.
* emulparams/elf_i386_chaos.sh: Removed.
bfd/ChangeLog
bfd/config.bfd
gas/ChangeLog
gas/configure.tgt
gas/testsuite/gas/i386/i386.exp
ld/ChangeLog
ld/Makefile.am
ld/Makefile.in
ld/configure.tgt
ld/emulparams/elf_i386_chaos.sh [deleted file]
This page took 0.025958 seconds and 4 git commands to generate.