public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] sim: mips/v850: remove redundant variable setup
@ 2021-10-31  5:17 Mike Frysinger
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger @ 2021-10-31  5:17 UTC (permalink / raw)
  To: gdb-patches

The common/Make-common.in fragment already provides these variables.
---
 sim/mips/Makefile.in | 5 -----
 sim/v850/Makefile.in | 2 --
 2 files changed, 7 deletions(-)

diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in
index c04736ba0802..11af66618423 100644
--- a/sim/mips/Makefile.in
+++ b/sim/mips/Makefile.in
@@ -1,13 +1,8 @@
 #    Makefile template for Configure for the MIPS simulator.
 #    Written by Cygnus Support.
 
-SHELL = @SHELL@
-
 ## COMMON_PRE_CONFIG_FRAG
 
-srcdir=@srcdir@
-srcroot=$(srcdir)/../../
-
 # Object files created by various simulator generators.
 
 
diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in
index 9d46211fb42d..2cee51fc4e5d 100644
--- a/sim/v850/Makefile.in
+++ b/sim/v850/Makefile.in
@@ -15,8 +15,6 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-SHELL = @SHELL@
-
 ## COMMON_PRE_CONFIG_FRAG
 
 SIM_OBJS = \
-- 
2.33.0


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

only message in thread, other threads:[~2021-10-31  5:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-31  5:17 [PATCH] sim: mips/v850: remove redundant variable setup Mike 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).