diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-19 01:30:39 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-19 01:30:39 +0000 |
commit | 770eb97707cc9f2454a4d2102b79b61ef5bba5c8 (patch) | |
tree | 909d141fafd90accb2a284f8e787c1979c252ce7 /libstdc++-v3 | |
parent | e0938e86a94028840ad679a5f4af53c0dc142ef1 (diff) | |
download | gcc-770eb97707cc9f2454a4d2102b79b61ef5bba5c8.tar.gz |
2002-06-18 Phil Edwards <pme@gcc.gnu.org>
* 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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/configure.target | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 888f7485f74..c24b985f012 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,9 @@ 2002-06-18 Phil Edwards <pme@gcc.gnu.org> + * configure.target: Force mips to use the generic cpu routines. + +2002-06-18 Phil Edwards <pme@gcc.gnu.org> + * configure.host: Delete file. * configure.target: More documentation. Factor out common parts of script into "intelligent" settings about defaults. Remove redundancy. diff --git a/libstdc++-v3/configure.target b/libstdc++-v3/configure.target index 863af91419f..986437f37cf 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" ;; |