summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-08-12 20:26:12 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-08-12 20:26:12 +0000
commite61dc1cee63f6c8912df0ea44e062727eecfa9f1 (patch)
treea7bcf1106e06055a359d8ad482c120bec0e6ccd2 /sys
parentbf4d206e7a7157175ddd0cb90dde0539e552b5b7 (diff)
Use ctfstrip(1) by default to strip kernels.
ok deraadt@, jasper@
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/alpha/conf/Makefile.alpha4
-rw-r--r--sys/arch/amd64/conf/Makefile.amd644
-rw-r--r--sys/arch/arm64/conf/Makefile.arm644
-rw-r--r--sys/arch/armv7/conf/Makefile.armv74
-rw-r--r--sys/arch/hppa/conf/Makefile.hppa4
-rw-r--r--sys/arch/i386/conf/Makefile.i3864
-rw-r--r--sys/arch/landisk/conf/Makefile.landisk4
-rw-r--r--sys/arch/loongson/conf/Makefile.loongson4
-rw-r--r--sys/arch/luna88k/conf/Makefile.luna88k4
-rw-r--r--sys/arch/macppc/conf/Makefile.macppc4
-rw-r--r--sys/arch/octeon/conf/Makefile.octeon4
-rw-r--r--sys/arch/sgi/conf/Makefile.sgi4
-rw-r--r--sys/arch/socppc/conf/Makefile.socppc4
-rw-r--r--sys/arch/sparc64/conf/Makefile.sparc644
14 files changed, 28 insertions, 28 deletions
diff --git a/sys/arch/alpha/conf/Makefile.alpha b/sys/arch/alpha/conf/Makefile.alpha
index 55f197b123a..6b2f0c1d366 100644
--- a/sys/arch/alpha/conf/Makefile.alpha
+++ b/sys/arch/alpha/conf/Makefile.alpha
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.alpha,v 1.106 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.alpha,v 1.107 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/amd64/conf/Makefile.amd64 b/sys/arch/amd64/conf/Makefile.amd64
index 724b41a7713..22f4aa5db98 100644
--- a/sys/arch/amd64/conf/Makefile.amd64
+++ b/sys/arch/amd64/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.amd64,v 1.91 2017/07/25 13:27:37 robert Exp $
+# $OpenBSD: Makefile.amd64,v 1.92 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/arm64/conf/Makefile.arm64 b/sys/arch/arm64/conf/Makefile.arm64
index dda6c278953..878f736f093 100644
--- a/sys/arch/arm64/conf/Makefile.arm64
+++ b/sys/arch/arm64/conf/Makefile.arm64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.arm64,v 1.20 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.arm64,v 1.21 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7
index e9facce71d9..1d63b7e3842 100644
--- a/sys/arch/armv7/conf/Makefile.armv7
+++ b/sys/arch/armv7/conf/Makefile.armv7
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.armv7,v 1.33 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.armv7,v 1.34 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/hppa/conf/Makefile.hppa b/sys/arch/hppa/conf/Makefile.hppa
index 191548a4a3e..162930c9b4c 100644
--- a/sys/arch/hppa/conf/Makefile.hppa
+++ b/sys/arch/hppa/conf/Makefile.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.hppa,v 1.100 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.hppa,v 1.101 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index 4f0b89904ed..1449daacff3 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.i386,v 1.116 2017/07/23 21:43:29 naddy Exp $
+# $OpenBSD: Makefile.i386,v 1.117 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/landisk/conf/Makefile.landisk b/sys/arch/landisk/conf/Makefile.landisk
index c570cb90264..158eac92884 100644
--- a/sys/arch/landisk/conf/Makefile.landisk
+++ b/sys/arch/landisk/conf/Makefile.landisk
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.landisk,v 1.72 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.landisk,v 1.73 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson
index f38c5139564..5816e3d68bc 100644
--- a/sys/arch/loongson/conf/Makefile.loongson
+++ b/sys/arch/loongson/conf/Makefile.loongson
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.loongson,v 1.65 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.loongson,v 1.66 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
AS?= as
CC?= cc
LD?= ld ${ENDIAN}
diff --git a/sys/arch/luna88k/conf/Makefile.luna88k b/sys/arch/luna88k/conf/Makefile.luna88k
index 02b480746ae..605191bd72c 100644
--- a/sys/arch/luna88k/conf/Makefile.luna88k
+++ b/sys/arch/luna88k/conf/Makefile.luna88k
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.luna88k,v 1.75 2017/07/23 09:17:17 aoyama Exp $
+# $OpenBSD: Makefile.luna88k,v 1.76 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc
index 5a5b3a6f468..32a9da4046c 100644
--- a/sys/arch/macppc/conf/Makefile.macppc
+++ b/sys/arch/macppc/conf/Makefile.macppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.macppc,v 1.89 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.macppc,v 1.90 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon
index e1b8f27062a..dbb076e8847 100644
--- a/sys/arch/octeon/conf/Makefile.octeon
+++ b/sys/arch/octeon/conf/Makefile.octeon
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.octeon,v 1.41 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.octeon,v 1.42 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
AS?= as
CC?= cc
LD?= ld ${ENDIAN}
diff --git a/sys/arch/sgi/conf/Makefile.sgi b/sys/arch/sgi/conf/Makefile.sgi
index 7d70a7c2072..b510a543a55 100644
--- a/sys/arch/sgi/conf/Makefile.sgi
+++ b/sys/arch/sgi/conf/Makefile.sgi
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sgi,v 1.89 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.sgi,v 1.90 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
AS?= as
CC?= cc
LD?= ld ${ENDIAN}
diff --git a/sys/arch/socppc/conf/Makefile.socppc b/sys/arch/socppc/conf/Makefile.socppc
index a3f2b6a25b8..cb1bfa93f7d 100644
--- a/sys/arch/socppc/conf/Makefile.socppc
+++ b/sys/arch/socppc/conf/Makefile.socppc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.socppc,v 1.55 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.socppc,v 1.56 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S
diff --git a/sys/arch/sparc64/conf/Makefile.sparc64 b/sys/arch/sparc64/conf/Makefile.sparc64
index d1eb5f8d953..fddcc78003a 100644
--- a/sys/arch/sparc64/conf/Makefile.sparc64
+++ b/sys/arch/sparc64/conf/Makefile.sparc64
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.sparc64,v 1.92 2017/07/18 16:43:27 tb Exp $
+# $OpenBSD: Makefile.sparc64,v 1.93 2017/08/12 20:26:11 mpi Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -11,7 +11,7 @@
.include <bsd.own.mk>
SIZE?= size
-STRIP?= strip
+STRIP?= ctfstrip
# source tree is located via $S relative to the compilation directory
.ifndef S