summaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-16 11:43:46 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-16 11:43:46 +0000
commita4eb28f68b69e3780aff0858944ee1207b7534c9 (patch)
tree93ee1416eaddeccb1448e06fc0b9eea02af325c3 /gcc/config.gcc
parent067277c389ff24af29f0ce9a1b31d7d002ae9fe8 (diff)
downloadgcc-a4eb28f68b69e3780aff0858944ee1207b7534c9.tar.gz
Checkin missing parts of my 2005-12-12 patch
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108636 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index e443dd0023f..6c8a2d48461 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -1582,9 +1582,9 @@ mn10300-*-*)
use_collect2=no
use_fixproto=yes
;;
-ms1-*-elf)
+mt-*-elf)
tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
- tmake_file="${tmake_file} ms1/t-ms1"
+ tmake_file="${tmake_file} mt/t-mt"
;;
ns32k-*-netbsdelf*)
echo "GCC does not yet support the ${target} target"; exit 1