mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-03 11:28:45 +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.
|
# Makefile template for Configure for the MIPS simulator.
|
||||||
# Written by Cygnus Support.
|
# Written by Cygnus Support.
|
||||||
|
|
||||||
SHELL = @SHELL@
|
|
||||||
|
|
||||||
## COMMON_PRE_CONFIG_FRAG
|
## COMMON_PRE_CONFIG_FRAG
|
||||||
|
|
||||||
srcdir=@srcdir@
|
|
||||||
srcroot=$(srcdir)/../../
|
|
||||||
|
|
||||||
# Object files created by various simulator generators.
|
# Object files created by various simulator generators.
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,8 +15,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
SHELL = @SHELL@
|
|
||||||
|
|
||||||
## COMMON_PRE_CONFIG_FRAG
|
## COMMON_PRE_CONFIG_FRAG
|
||||||
|
|
||||||
SIM_OBJS = \
|
SIM_OBJS = \
|
||||||
|
Reference in New Issue
Block a user