diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-08 19:17:55 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-08 19:17:55 +0000 |
commit | 126de59d2705863e14bba860ffadf19c97701fb8 (patch) | |
tree | 34cb18d4d2a890b4e5f456ee33293658c3d2e67d /libffi/configure.ac | |
parent | 143c96ad7c523a2330a83a69086e7740e897ebf4 (diff) | |
download | gcc-126de59d2705863e14bba860ffadf19c97701fb8.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169936 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/configure.ac')
-rw-r--r-- | libffi/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/configure.ac b/libffi/configure.ac index a7e97d5ec71..d16155a40fb 100644 --- a/libffi/configure.ac +++ b/libffi/configure.ac @@ -114,7 +114,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*) |