From 38db4d09faeacba4911b95e6b00c62824c7a88d1 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 8 Feb 2011 19:17:55 +0000 Subject: configure.ac: Add mips*-*-rtems* support. 2011-02-07 Joel Sherrill * 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 --- libffi/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libffi/configure') diff --git a/libffi/configure b/libffi/configure index a4a4a19..b115511 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*) -- cgit v1.1