public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] sim: mips: merge mips64vr5000 with existing multi-run build
@ 2022-12-23  2:20 Michael Frysinger
  0 siblings, 0 replies; only message in thread
From: Michael Frysinger @ 2022-12-23  2:20 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a54eee6db647fd52431543d3b2a26266ea31444d

commit a54eee6db647fd52431543d3b2a26266ea31444d
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Nov 11 23:52:59 2022 +0700

    sim: mips: merge mips64vr5000 with existing multi-run build
    
    The existing mips64vr-* multi-run build already handles mips5000
    targets, so reuse that for mips64vr5* targets too.  This moves
    more logic from build-time to runtime so we can have a single
    binary that supports many targets.

Diff:
---
 sim/mips/configure    | 5 +----
 sim/mips/configure.ac | 5 +----
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/sim/mips/configure b/sim/mips/configure
index bc762fc04f8..7975665d1ca 100755
--- a/sim/mips/configure
+++ b/sim/mips/configure
@@ -1847,16 +1847,13 @@ case "${target}" in
 			sim_igen_filter="32,f"
 			sim_igen_machine="-M r3900"
 			;;
-  mips64vr5*)		sim_gen=IGEN
-			sim_igen_machine="-M vr5000"
-			;;
   mips64vr41*)		sim_gen=M16
 			sim_igen_machine="-M vr4100"
 			sim_m16_machine="-M vr4100"
 			sim_igen_filter="32,64,f"
 			sim_m16_filter="16"
                         ;;
-  mips64vr43* | mips64vr-* | mips64vrel-*)
+  mips64vr43* | mips64vr5* | mips64vr-* | mips64vrel-*)
 			sim_gen=MULTI
 			sim_multi_configs="\
 			  vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\
diff --git a/sim/mips/configure.ac b/sim/mips/configure.ac
index a09e9a14c79..56b7a91a6b6 100644
--- a/sim/mips/configure.ac
+++ b/sim/mips/configure.ac
@@ -20,16 +20,13 @@ case "${target}" in
 			sim_igen_filter="32,f"
 			sim_igen_machine="-M r3900"
 			;;
-  mips64vr5*)		sim_gen=IGEN
-			sim_igen_machine="-M vr5000"
-			;;
   mips64vr41*)		sim_gen=M16
 			sim_igen_machine="-M vr4100"
 			sim_m16_machine="-M vr4100"
 			sim_igen_filter="32,64,f"
 			sim_m16_filter="16"
                         ;;
-  mips64vr43* | mips64vr-* | mips64vrel-*)
+  mips64vr43* | mips64vr5* | mips64vr-* | mips64vrel-*)
 			sim_gen=MULTI
 			sim_multi_configs="\
 			  vr4100:mipsIII,mips16,vr4100:32,64:mips4100,mips4111\

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-23  2:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-23  2:20 [binutils-gdb] sim: mips: merge mips64vr5000 with existing multi-run build Michael Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).