diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:23:36 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-31 00:23:36 -0400 |
commit | bdcbd1b67f96beac419f8d8229f9bd0535242a50 (patch) | |
tree | f7dce8f57430c7b1d14f59e5fe52ca11b674438d /sim/mips | |
parent | 1352aabb238dc0f21097b753d6fdb931e533db41 (diff) | |
download | gdb-bdcbd1b67f96beac419f8d8229f9bd0535242a50.zip gdb-bdcbd1b67f96beac419f8d8229f9bd0535242a50.tar.gz gdb-bdcbd1b67f96beac419f8d8229f9bd0535242a50.tar.bz2 |
sim: mips/v850: remove redundant variable setup
The common/Make-common.in fragment already provides these variables.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index c04736b..11af666 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. |