mirror of git://gcc.gnu.org/git/gcc.git
* config.host <mips*-*-linux*>: Remove a stray comment.
From-SVN: r201689
This commit is contained in:
parent
022bd4c2d5
commit
2dc14aac5b
|
|
@ -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>
|
2013-08-10 Jan Hubicka <jh@suse.cz>
|
||||||
|
|
||||||
Work around binutils PR14342
|
Work around binutils PR14342
|
||||||
|
|
|
||||||
|
|
@ -740,7 +740,6 @@ mips*-*-netbsd*) # NetBSD/mips, either endian.
|
||||||
mips*-*-linux*) # Linux MIPS, either endian.
|
mips*-*-linux*) # Linux MIPS, either endian.
|
||||||
extra_parts="$extra_parts crtfastmath.o"
|
extra_parts="$extra_parts crtfastmath.o"
|
||||||
tmake_file="${tmake_file} t-crtfm"
|
tmake_file="${tmake_file} t-crtfm"
|
||||||
# Check for MicroMIPS support.
|
|
||||||
case ${host} in
|
case ${host} in
|
||||||
mips64r5900* | mipsr5900*)
|
mips64r5900* | mipsr5900*)
|
||||||
# The MIPS16 support code uses floating point
|
# The MIPS16 support code uses floating point
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue