2002-10-16 Klee Dienes <kdienes@apple.com>
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 66591650b3af64c5a63e5e3d2a0e5991c2e661af..48b2c5c045bdbd13ac7e5434df2976ec64a922c3 100644 (file)
@@ -260,7 +260,7 @@ h8300-*-elf*)
                        targ_emul=h8300elf;
                        targ_extra_emuls="h8300helf h8300self"
                        ;;
-h8500-*-hms* | h8500-*-coff*)
+h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*)
                        targ_emul=h8500
                        targ_extra_emuls="h8500s h8500b h8500m h8500c"
                        ;;
@@ -269,6 +269,13 @@ sh-*-linux*)
                        targ_extra_emuls=shelf_linux
                        targ_extra_libpath=shelf_linux
                        ;;
+sh64eb-*-linux*)       targ_emul=shelf32_linux
+                       targ_extra_emuls="shlelf32_linux"
+                       ;;
+sh64-*-linux*)         targ_emul=shlelf32_linux
+                       targ_extra_emuls="shelf32_linux"
+                       targ_extra_libpath=shelf32_linux
+                       ;;
 sh*eb-*-linux*)
                        targ_emul=shelf_linux
                        ;;
@@ -498,6 +505,7 @@ rs6000-*-aix5*)             targ_emul=aix5rs6 ;;
 rs6000-*-aix*)         targ_emul=aixrs6 ;;
 tic30-*-*aout*)                targ_emul=tic30aout ;;
 tic30-*-*coff*)                targ_emul=tic30coff ;;
+tic4x-*-* | c4x-*-*)    targ_emul=tic4xcoff ;;
 tic54x-*-* | c54x*-*-*)        targ_emul=tic54xcoff ;;
 tic80-*-*)             targ_emul=tic80coff ;;
 v850-*-*)              targ_emul=v850 ;;
This page took 0.039339 seconds and 4 git commands to generate.