diff options
author | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-13 17:42:46 +0000 |
---|---|---|
committer | daney <daney@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-13 17:42:46 +0000 |
commit | 72f152e4f09230f9d0333c6c6d33e8c9f5f6a36d (patch) | |
tree | 351f41d511b731e737183e9f3cef7c86f5b83891 /libstdc++-v3/configure.host | |
parent | fb9753dc87d0cfd04956c96feda63436523d48ab (diff) | |
download | gcc-72f152e4f09230f9d0333c6c6d33e8c9f5f6a36d.tar.gz |
2008-05-13 David Daney <ddaney@avtrex.com>
* config/cpu/mips/atomicity.h: Remove file.
* config/cpu/mips: Remove directory.
* configure.host: Remove host specific handling for mips*-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135268 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r-- | libstdc++-v3/configure.host | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libstdc++-v3/configure.host b/libstdc++-v3/configure.host index c994b5e7145..842e1c19b39 100644 --- a/libstdc++-v3/configure.host +++ b/libstdc++-v3/configure.host @@ -321,15 +321,6 @@ case "${host}" in fi esac ;; - mips*-*-*) - case "${host_os}" in - gnu* | linux* | irix*) - ;; - *) - atomicity_dir="cpu/generic" - ;; - esac - ;; powerpc*-*-darwin*) port_specific_symbol_files="\$(srcdir)/../config/os/bsd/darwin/ppc-extra.ver" ;; |