summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure.host
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2008-05-13 17:42:46 +0000
committerDavid Daney <daney@gcc.gnu.org>2008-05-13 17:42:46 +0000
commit9be33399ba69daaea3dfbf6377a1b65431768111 (patch)
tree351f41d511b731e737183e9f3cef7c86f5b83891 /libstdc++-v3/configure.host
parent899015a064096699065b7349e20e27671f04ba82 (diff)
downloadgcc-9be33399ba69daaea3dfbf6377a1b65431768111.tar.gz
atomicity.h: Remove file.
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*-*-*. From-SVN: r135268
Diffstat (limited to 'libstdc++-v3/configure.host')
-rw-r--r--libstdc++-v3/configure.host9
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"
;;