Add install-strip to sim/
[deliverable/binutils-gdb.git] / sim / testsuite / Makefile.in
index 90b5845483c257b569b24be7f33d34d31349f598..e127ae271a28c64ebe7d777bdb16fb5e04b2ea1c 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for regression testing the GNU debugger.
-# Copyright (C) 1997, 1998, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 1997-2019 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
@@ -29,7 +29,7 @@ target_canonical = @target@
 target_alias = @target_alias@
 program_transform_name = @program_transform_name@
 
-arch = @arch@
+arch = @sim_arch@
 
 SHELL = /bin/sh
 SUBDIRS = @subdirs@
@@ -81,6 +81,7 @@ install-info:
 dvi:
 
 install:
+install-strip:
 
 uninstall: force
 
This page took 0.025842 seconds and 4 git commands to generate.