diff options
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 438514f..d7451db 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2013-08-13 Maciej W. Rozycki <macro@codesourcery.com> + + * config.host <mips*-*-linux*>: Remove a stray comment. + 2013-08-10 Jan Hubicka <jh@suse.cz> Work around binutils PR14342 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 |