2012-10-29 Steve Ellcey <sellcey@mips.com>
commit48b76e2d045df12778dc0fb0b1e8f4e413a9373f
authorSteve Ellcey <sellcey@mips.com>
Mon, 29 Oct 2012 18:42:39 +0000 (29 11:42 -0700)
committerSteve Ellcey <sellcey@mips.com>
Mon, 29 Oct 2012 18:42:39 +0000 (29 11:42 -0700)
tree5c9bc589a93a8cb02ece501845a8ccf5426fbd42
parent4172907b3db346812189e81330d05b93e4b78fc6
2012-10-29  Steve Ellcey  <sellcey@mips.com>

* sysdeps/unix/sysv/linux/mips/mips32/Makefile: Remove.
* sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile: Remove.
* sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile: Remove.
* sysdeps/unix/sysv/linux/mips/configure.in: Create default_abi.make.
* sysdeps/unix/sysv/linux/mips/configure: Regenerate.
* sysdeps/unix/sysv/linux/mips/Makefile: Include default_abi.make.
(abi-variants): Add hard and soft float versions.
(abi-o32-options): Remove.
(abi-o32-condition): Remove.
(abi-n32-options): Remove.
(abi-n32-condition): Remove.
(abi-n64-options): Remove.
(abi-n64-condition): Remove.
(abi-o32_soft-options): New.
(abi-o32_soft-condition): New.
(abi-o32_hard-options): New.
(abi-o32_hard-condition): New.
(abi-n32_soft-options): New.
(abi-n32_soft-condition): New.
(abi-n32_hard-options): New.
(abi-n32_hard-condition): New.
(abi-n64_soft-options): New.
(abi-n64_soft-condition): New.
(abi-n64_hard-options): New.
(abi-n64_hard-condition): New.
ports/ChangeLog.mips
ports/sysdeps/unix/sysv/linux/mips/Makefile
ports/sysdeps/unix/sysv/linux/mips/configure
ports/sysdeps/unix/sysv/linux/mips/configure.in