diff options
author | Maciej W. Rozycki <macro@codesourcery.com> | 2013-08-13 14:26:49 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@gcc.gnu.org> | 2013-08-13 14:26:49 +0000 |
commit | 2dc14aac5bb0af0fa62af9c73ef9551922a7f066 (patch) | |
tree | 994bfd0f0dc6f0bcba38f41b3f1f8924b54ad2d5 /libgcc/config.host | |
parent | 022bd4c2d58644a64eb5b827bc92f4b09c95cd9d (diff) | |
download | gcc-2dc14aac5bb0af0fa62af9c73ef9551922a7f066.zip gcc-2dc14aac5bb0af0fa62af9c73ef9551922a7f066.tar.gz gcc-2dc14aac5bb0af0fa62af9c73ef9551922a7f066.tar.bz2 |
* config.host <mips*-*-linux*>: Remove a stray comment.
From-SVN: r201689
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index f75ae9a..ee86f29 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -740,7 +740,6 @@ mips*-*-netbsd*) # NetBSD/mips, either endian. mips*-*-linux*) # Linux MIPS, either endian. extra_parts="$extra_parts crtfastmath.o" tmake_file="${tmake_file} t-crtfm" - # Check for MicroMIPS support. case ${host} in mips64r5900* | mipsr5900*) # The MIPS16 support code uses floating point |