summaryrefslogtreecommitdiff
path: root/libffi/configure.ac
diff options
context:
space:
mode:
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-29 13:15:01 +0000
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-04-29 13:15:01 +0000
commitf2591d19fd7d762c3738fc949cd8d38c31a0b3be (patch)
tree7cbcef951490504baf344f9b3b625f177f0deb98 /libffi/configure.ac
parent6155bf608ce3e18f5956eb93cb5f32bf87064349 (diff)
downloadgcc-f2591d19fd7d762c3738fc949cd8d38c31a0b3be.tar.gz
Fix typo in previous patch.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure.ac')
-rw-r--r--libffi/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure.ac b/libffi/configure.ac
index dc4815de635..6d171608211 100644
--- a/libffi/configure.ac
+++ b/libffi/configure.ac
@@ -77,7 +77,7 @@ s390-*-linux-*) TARGET=S390; TARGETDIR=s390;;
s390x-*-linux-*) TARGET=S390; TARGETDIR=s390;;
x86_64-*-linux* | x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) TARGET=X86_64; TARGETDIR=x86;;
sh-*-linux* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
-sh-*-rtems* | sh[[34]]*-*-linux*) TARGET=SH; TARGETDIR=sh;;
+sh-*-rtems*) TARGET=SH; TARGETDIR=sh;;
sh64-*-linux* | sh5*-*-linux*) TARGET=SH64; TARGETDIR=sh64;;
hppa-*-linux* | parisc-*-linux*) TARGET=PA; TARGETDIR=pa;;
esac