mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
sim: mips/v850: remove redundant variable setup
The common/Make-common.in fragment already provides these variables.
This commit is contained 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.
|
||||
|
||||
|
||||
|
@ -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 = \
|
||||
|
Reference in New Issue
Block a user