gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / sim / Makefile.in
index 3a544dc4d94c8549f95ca8ad5f2a40f5117a5210..3de8a758a39c756a803d279a9f46ff0f1a5e5d6d 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the sim library.
-#    Copyright (C) 1993-2016 Free Software Foundation, Inc.
+#    Copyright (C) 1993-2020 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
 # This file is part of BFD, the Binary File Descriptor library.
@@ -166,6 +166,16 @@ install:
                else true; fi; \
        done
 
+install-strip:
+       @rootme=`pwd` ; export rootme ; \
+       for dir in . ${SUBDIRS}; do \
+               if [ "$$dir" = "." ]; then \
+                       true; \
+               elif [ -d $$dir ]; then \
+                       (cd $$dir; $(MAKE) $(FLAGS_TO_PASS) install-strip) || exit 1; \
+               else true; fi; \
+       done
+
 installcheck:
        @echo No installcheck target is available yet for the GNU simulators.
 
This page took 0.023938 seconds and 4 git commands to generate.