Add thumb-pe target.

This commit is contained in:
Nick Clifton
1998-03-18 17:25:57 +00:00
parent ae7c344679
commit 1f98401822
2 changed files with 7 additions and 0 deletions

View File

@ -568,6 +568,9 @@ case "${target}" in
thumb-*-coff) # CYGNUS LOCAL nickc/thumb
noconfigdirs="$noconfigdirs target-libgloss"
;;
thumb-*-pe) # CYGNUS LOCAL nickc/thumb
noconfigdirs="$noconfigdirs target-libgloss"
;;
arm-*-riscix*)
noconfigdirs="$noconfigdirs ld target-libgloss"
;;