Use std::string in dwarf2read.c
[deliverable/binutils-gdb.git] / sim / sh / Makefile.in
index 0594a6e3f7abb542b00e845833deaa49efd739d7..69f6f00ea3a406a96e4c32205673e533d03e8c01 100644 (file)
@@ -1,7 +1,7 @@
 #    Makefile template for Configure for the SH sim library.
-#    Copyright (C) 1990-2015 Free Software Foundation, Inc.
+#    Copyright (C) 1990-2020 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
-# 
+#
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 3 of the License, or
 
 ## COMMON_PRE_CONFIG_FRAG
 
-# Use the deprecated run frontend until we migrate to nrun.o
-SIM_RUN_OBJS = run.o
-SIM_EXTRA_CFLAGS = -DSIM_USE_DEPRECATED_RUN_FRONTEND
-
-SIM_OBJS = interp.o table.o sim-load.o
+SIM_OBJS = \
+       interp.o \
+       $(SIM_NEW_COMMON_OBJS) \
+       table.o
 SIM_EXTRA_LIBS = -lm
 SIM_EXTRA_CLEAN = sh-clean
 
This page took 0.023264 seconds and 4 git commands to generate.