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/mvmeppc/conf | |
parent | f0f2b3db52a423a6450d83d44c608ebe12f6a193 (diff) |
Use STRIPFLAGS=-g -X -x rather than =-d on all ELF arches.
Diffstat (limited to 'sys/arch/mvmeppc/conf')
-rw-r--r-- | sys/arch/mvmeppc/conf/Makefile.mvmeppc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvmeppc/conf/Makefile.mvmeppc b/sys/arch/mvmeppc/conf/Makefile.mvmeppc index db35fd9f8a6..be58dbc8ee8 100644 --- a/sys/arch/mvmeppc/conf/Makefile.mvmeppc +++ b/sys/arch/mvmeppc/conf/Makefile.mvmeppc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.mvmeppc,v 1.5 2001/08/21 08:49:45 miod Exp $ +# $OpenBSD: Makefile.mvmeppc,v 1.6 2002/01/03 20:37:16 miod Exp $ # # Makefile for OpenBSD PowerPC # @@ -46,7 +46,7 @@ CWARNFLAGS= -Werror -Wreturn-type CFLAGS= ${DEBUG} ${CWARNFLAGS} -O2 -msoft-float AFLAGS= -D_LOCORE LINKFLAGS= -N -Ttext 100074 -e start -STRIPFLAGS= -d +STRIPFLAGS= -g -X -x HOSTCC?= ${CC} HOSTED_CPPFLAGS=${CPPFLAGS:S/^-nostdinc$//} |