2012-10-29 Steve Ellcey <sellcey@mips.com>
authorSteve Ellcey <sellcey@mips.com>
Mon, 29 Oct 2012 18:40:31 +0000 (11:40 -0700)
committerSteve Ellcey <sellcey@mips.com>
Mon, 29 Oct 2012 18:40:31 +0000 (11:40 -0700)
* 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/sysdeps/unix/sysv/linux/mips/mips32/Makefile [deleted file]
ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile [deleted file]
ports/sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile [deleted file]

diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips32/Makefile b/ports/sysdeps/unix/sysv/linux/mips/mips32/Makefile
deleted file mode 100644 (file)
index 77e9121..0000000
+++ /dev/null
@@ -1 +0,0 @@
-default-abi := o32
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile b/ports/sysdeps/unix/sysv/linux/mips/mips64/n32/Makefile
deleted file mode 100644 (file)
index 2368c40..0000000
+++ /dev/null
@@ -1 +0,0 @@
-default-abi := n32
diff --git a/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile b/ports/sysdeps/unix/sysv/linux/mips/mips64/n64/Makefile
deleted file mode 100644 (file)
index fed17ba..0000000
+++ /dev/null
@@ -1 +0,0 @@
-default-abi := n64