diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-03 20:37:19 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-03 20:37:19 +0000 |
commit | 02100df6fd8aa70cbea383dd8a6cd1f5bb1f1cd4 (patch) | |
tree | fbe8360a9cfa7c6ec55cca79019fd0e2e2b7a891 /sys/arch/macppc | |
parent | f0f2b3db52a423a6450d83d44c608ebe12f6a193 (diff) |
Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/Makefile.macppc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/Makefile.macppc b/sys/arch/macppc/conf/Makefile.macppc index 200e3419b8a..3daf06b3716 100644 --- a/sys/arch/macppc/conf/Makefile.macppc +++ b/sys/arch/macppc/conf/Makefile.macppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.macppc,v 1.3 2001/12/24 23:12:14 miod Exp $ +# $OpenBSD: Makefile.macppc,v 1.4 2002/01/03 20:37:14 miod Exp $ # # Makefile for OpenBSD PowerPC # @@ -50,7 +50,7 @@ COPTS?= -O2 CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} AFLAGS= -D_LOCORE LINKFLAGS= -N -Ttext 100074 -e start -STRIPFLAGS= -d +STRIPFLAGS= -g -X -x HOSTCC?= ${CC} HOSTED_CPPFLAGS=${CPPFLAGS:S/^-nostdinc$//} |