Browse Source

sim: mips/v850: remove redundant variable setup

The common/Make-common.in fragment already provides these variables.
binutils-2_38-branch
Mike Frysinger 4 years ago
parent
commit
bdcbd1b67f
  1. 5
      sim/mips/Makefile.in
  2. 2
      sim/v850/Makefile.in

5
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.

2
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 = \

Loading…
Cancel
Save