From 770eb97707cc9f2454a4d2102b79b61ef5bba5c8 Mon Sep 17 00:00:00 2001 From: pme Date: Wed, 19 Jun 2002 01:30:39 +0000 Subject: [PATCH] 2002-06-18 Phil Edwards * configure.target: Force mips to use the generic cpu routines. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54769 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/configure.target | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 888f7485f741..c24b985f0121 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2002-06-18 Phil Edwards + + * configure.target: Force mips to use the generic cpu routines. + 2002-06-18 Phil Edwards * configure.host: Delete file. diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index 863af91419f2..986437f37cf9 100644 --- a/libstdc++-v3/configure.target +++ b/libstdc++-v3/configure.target @@ -68,6 +68,10 @@ case "${target_cpu}" in m68k | m680[246]0) cpu_include_dir="cpu/m68k" ;; + mips) + # This is only until the mips routines are fixed. + cpu_include_dir="cpu/generic" + ;; mmix) ATOMICITYH="cpu/generic" ;; -- 2.47.2