Make the assembler generate an error if there is an attempt to define a section with...
[deliverable/binutils-gdb.git] / sim / mcore / Makefile.in
index 82e6e685d1672b76697a8bbac3222760aefbea44..230f4d9a42cbf3100075a84eeae2f46dd9790257 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the MCore sim library.
-#    Copyright (C) 1990-2015 Free Software Foundation, Inc.
+#    Copyright (C) 1990-2020 Free Software Foundation, Inc.
 #    Written by Cygnus Solutions.
 #
 # This program is free software; you can redistribute it and/or modify
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+# This selects the bfin newlib/libgloss syscall definitions.
+NL_TARGET = -DNL_TARGET_mcore
+
 ## COMMON_PRE_CONFIG_FRAG
 
 SIM_OBJS = \
        interp.o \
        $(SIM_NEW_COMMON_OBJS) \
-       sim-cpu.o \
-       sim-engine.o \
-       sim-hload.o \
-       sim-stop.o
+       sim-resume.o
 
 ## COMMON_POST_CONFIG_FRAG
This page took 0.024139 seconds and 4 git commands to generate.