summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-15 01:28:39 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-04-15 01:28:39 +0000
commited58cafb80f444b197eaefbdfbe8f79021a304d3 (patch)
tree21e4ef12340980c1ce48ab0e6128835b4a7aea9e
parenta5e68af1c78ee1fbed86d573c55cecef3ac33d61 (diff)
downloadppe42-gcc-ed58cafb80f444b197eaefbdfbe8f79021a304d3.tar.gz
ppe42-gcc-ed58cafb80f444b197eaefbdfbe8f79021a304d3.zip
2004-04-14 Eric Christopher <echristo@redhat.com>
* config/mips/t-elf: Enable multilibs by default. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80706 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/t-elf8
2 files changed, 8 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 644f2a3ba49..9cc50df18b9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-14 Eric Christopher <echristo@redhat.com>
+
+ * config/mips/t-elf: Enable multilibs by default.
+
2004-04-14 Andreas Tobler <a.tobler@schweiz.ch>
* bb-reorder.c (fix_crossing_conditional_branches): Adjust the
diff --git a/gcc/config/mips/t-elf b/gcc/config/mips/t-elf
index c36798c2765..7661ccb2d1a 100644
--- a/gcc/config/mips/t-elf
+++ b/gcc/config/mips/t-elf
@@ -31,10 +31,10 @@ TARGET_LIBGCC2_CFLAGS = -G 0
# Build the libraries for both hard and soft floating point
-#MULTILIB_OPTIONS = msoft-float EL/EB
-#MULTILIB_DIRNAMES = soft-float el eb
-#MULTILIB_MATCHES = EL=mel EB=meb
-#MULTILIB_MATCHES = msingle-float=m4650
+MULTILIB_OPTIONS = msoft-float EL/EB
+MULTILIB_DIRNAMES = soft-float el eb
+MULTILIB_MATCHES = EL=mel EB=meb
+MULTILIB_MATCHES = msingle-float=m4650
EXTRA_MULTILIB_PARTS = crtbegin.o crtend.o crti.o crtn.o
LIBGCC = stmp-multilib
OpenPOWER on IntegriCloud