diff options
author | Svein Seldal <svein@dev.seldal.com> | 2003-04-04 14:13:16 +0000 |
---|---|---|
committer | Svein Seldal <svein@dev.seldal.com> | 2003-04-04 14:13:16 +0000 |
commit | 9f8633693f8389bbb53c3f2c348ae2f593568807 (patch) | |
tree | ab25311114363030c3973e4b54c32a5202a56d4d /ld/configure.tgt | |
parent | 226c7fbc4a1b19ea0a9eff38f6931753fef7298e (diff) | |
download | gdb-9f8633693f8389bbb53c3f2c348ae2f593568807.zip gdb-9f8633693f8389bbb53c3f2c348ae2f593568807.tar.gz gdb-9f8633693f8389bbb53c3f2c348ae2f593568807.tar.bz2 |
Fixed wrong entry in the ld/configure.tgt list
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 8c10d42..8a14561 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -514,8 +514,8 @@ powerpc-*-windiss*) targ_emul=elf32ppcwindiss ;; rs6000-*-aix5*) targ_emul=aix5rs6 ;; rs6000-*-aix*) targ_emul=aixrs6 ;; tic30-*-*aout*) targ_emul=tic30aout ;; -tic30-*-*coff*) targ_emul=tic30coff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;; -tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff ;; +tic30-*-*coff*) targ_emul=tic30coff ;; +tic4x-*-* | c4x-*-*) targ_emul=tic4xcoff ; targ_extra_emuls="tic3xcoff tic3xcoff_onchip" ;; tic54x-*-* | c54x*-*-*) targ_emul=tic54xcoff ;; tic80-*-*) targ_emul=tic80coff ;; v850-*-*) targ_emul=v850 ;; |