summaryrefslogtreecommitdiff
path: root/libffi/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2011-02-08 19:17:55 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2011-02-08 19:17:55 +0000
commit38db4d09faeacba4911b95e6b00c62824c7a88d1 (patch)
tree34cb18d4d2a890b4e5f456ee33293658c3d2e67d /libffi/configure
parente1c5225a765d9aa1483b5c192800dff1e846fd0d (diff)
configure.ac: Add mips*-*-rtems* support.
2011-02-07 Joel Sherrill <joel.sherrill@oarcorp.com> * configure.ac: Add mips*-*-rtems* support. * configure: Regenerate. * src/mips/ffitarget.h: Ensure needed constants are available for targets which do not have sgidefs.h. From-SVN: r169936
Diffstat (limited to 'libffi/configure')
-rwxr-xr-xlibffi/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure b/libffi/configure
index a4a4a1932ca..b115511dd6c 100755
--- a/libffi/configure
+++ b/libffi/configure
@@ -11391,7 +11391,7 @@ case "$host" in
TARGET=M68K; TARGETDIR=m68k
;;
- mips-sgi-irix5.* | mips-sgi-irix6.*)
+ mips-sgi-irix5.* | mips-sgi-irix6.* | mips*-*-rtems*)
TARGET=MIPS; TARGETDIR=mips
;;
mips*-*-linux*)