Use std::string in dwarf2read.c
[deliverable/binutils-gdb.git] / sim / sh / Makefile.in
index 61422abf59a3c142f34653c05418b4c1933e2fcb..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
 
@@ -41,7 +40,8 @@ ppi.c: gencode
        ./gencode -p >ppi.c
 
 gencode: gencode.c
-       $(CC_FOR_BUILD) -o gencode $(srcdir)/gencode.c
+       $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $(WARN_CFLAGS) \
+               -o gencode $(srcdir)/gencode.c
 
 sh-clean:
        rm -f gencode code.c table.c
This page took 0.025333 seconds and 4 git commands to generate.