Commit 9c281312 by Daniel Hellstrom Committed by Daniel Hellstrom

config.gcc (sparc-*-rtems*): Clean away unused t-elf.

2014-11-07  Daniel Hellstrom  <daniel@gaisler.com>

	* config.gcc (sparc-*-rtems*): Clean away unused t-elf.
	* config/sparc/t-rtems: Add leon3v7 and muser-mode multilibs.

From-SVN: r217231
parent 40d06e32
2014-11-07 Daniel Hellstrom <daniel@gaisler.com>
* config.gcc (sparc-*-rtems*): Clean away unused t-elf.
* config/sparc/t-rtems: Add leon3v7 and muser-mode multilibs.
2014-11-07 Martin Liska <mliska@suse.cz> 2014-11-07 Martin Liska <mliska@suse.cz>
PR ipa/63580 PR ipa/63580
...@@ -2642,7 +2642,7 @@ sparc-*-elf*) ...@@ -2642,7 +2642,7 @@ sparc-*-elf*)
;; ;;
sparc-*-rtems*) sparc-*-rtems*)
tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h" tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h sparc/sp-elf.h sparc/rtemself.h rtems.h newlib-stdint.h"
tmake_file="${tmake_file} sparc/t-sparc sparc/t-elf sparc/t-rtems" tmake_file="${tmake_file} sparc/t-sparc sparc/t-rtems"
;; ;;
sparc-*-linux*) sparc-*-linux*)
tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h" tm_file="${tm_file} dbxelf.h elfos.h sparc/sysv4.h gnu-user.h linux.h glibc-stdint.h sparc/tso.h"
......
...@@ -17,6 +17,15 @@ ...@@ -17,6 +17,15 @@
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
# #
MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3 MULTILIB_OPTIONS = msoft-float mcpu=v8/mcpu=leon3/mcpu=leon3v7 muser-mode
MULTILIB_DIRNAMES = soft v8 leon3 MULTILIB_DIRNAMES = soft v8 leon3 leon3v7 user-mode
MULTILIB_MATCHES = msoft-float=mno-fpu MULTILIB_MATCHES = msoft-float=mno-fpu
MULTILIB_EXCEPTIONS = muser-mode
MULTILIB_EXCEPTIONS += mcpu=leon3
MULTILIB_EXCEPTIONS += mcpu=leon3v7
MULTILIB_EXCEPTIONS += msoft-float/mcpu=leon3
MULTILIB_EXCEPTIONS += msoft-float/mcpu=leon3v7
MULTILIB_EXCEPTIONS += msoft-float/muser-mode
MULTILIB_EXCEPTIONS += msoft-float/mcpu=v8/muser-mode
MULTILIB_EXCEPTIONS += mcpu=v8/muser-mode
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment