aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-06-10 04:25:41 +0200
committerRalf Corsepius <corsepiu@gcc.gnu.org>2006-06-10 04:25:41 +0200
commit53e959214508975762e0ae4da1702f412fb8d6de (patch)
treed6b67fec3ce0d0cd913134647872795a81c7196e
parent68da37c6bcadeb651064ad4734a083fdcd71989b (diff)
downloadgcc-53e959214508975762e0ae4da1702f412fb8d6de.zip
gcc-53e959214508975762e0ae4da1702f412fb8d6de.tar.gz
gcc-53e959214508975762e0ae4da1702f412fb8d6de.tar.bz2
t-rtems: Add EL/EB multilib variants.
2006-06-09 Ralf Corsepius <ralf.corsepius@rtems.org> * config/mips/t-rtems: Add EL/EB multilib variants. From-SVN: r114537
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/t-rtems17
2 files changed, 18 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4cde87a..c3e3980 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-06-09 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * config/mips/t-rtems: Add EL/EB multilib variants.
+
2006-06-09 Mike Stump <mrs@apple.com>
* c-typeck.c (c_begin_vm_scope): Fix file_scope processing.
diff --git a/gcc/config/mips/t-rtems b/gcc/config/mips/t-rtems
index 742e4e3..b012100 100644
--- a/gcc/config/mips/t-rtems
+++ b/gcc/config/mips/t-rtems
@@ -1,5 +1,16 @@
# Custom multilibs for RTEMS
-MULTILIB_OPTIONS = mips1/mips3/mips32 msoft-float/msingle-float
-MULTILIB_DIRNAMES = mips1 mips3 mips32 soft-float single
-MULTILIB_MATCHES = msingle-float=m4650
+# default is mips1 EB hard-float
+MULTILIB_OPTIONS = mips1/mips3/mips32 EB/EL msoft-float
+MULTILIB_DIRNAMES = mips1 mips3 mips32 eb el soft-float
+MULTILIB_MATCHES = EL=mel EB=meb
+
+MULTILIB_EXCEPTIONS =
+
+# Big endian only
+MULTILIB_EXCEPTIONS += EL*
+MULTILIB_EXCEPTIONS += mips32/EL*
+
+# Little endian only
+MULTILIB_EXCEPTIONS += mips3
+MULTILIB_EXCEPTIONS += mips3/msoft-float