Make this work with DEBUG="-g"

This commit is contained in:
thorpej 1998-03-03 07:38:40 +00:00
parent a14f3dad40
commit da3c8e52f1
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.news,v 1.1 1998/02/18 13:48:03 tsubai Exp $ # $NetBSD: Makefile.news,v 1.2 1998/03/03 07:38:40 thorpej Exp $
# Makefile for NetBSD # Makefile for NetBSD
# #
@ -52,7 +52,7 @@ GP?= -G 0
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mno-abicalls -mno-half-pic CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mno-abicalls -mno-half-pic
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -N -Ttext 80001000 -e start ${GP} -T ../../conf/kern.ldscript LINKFLAGS= -N -Ttext 80001000 -e start ${GP} -T ../../conf/kern.ldscript
STRIPFLAGS= -d STRIPFLAGS= -g -X -x
### find out what to use for libkern ### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc" .include "$S/lib/libkern/Makefile.inc"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.newsmips,v 1.1 1998/02/18 13:48:03 tsubai Exp $ # $NetBSD: Makefile.newsmips,v 1.2 1998/03/03 07:38:40 thorpej Exp $
# Makefile for NetBSD # Makefile for NetBSD
# #
@ -52,7 +52,7 @@ GP?= -G 0
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mno-abicalls -mno-half-pic CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mno-abicalls -mno-half-pic
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -N -Ttext 80001000 -e start ${GP} -T ../../conf/kern.ldscript LINKFLAGS= -N -Ttext 80001000 -e start ${GP} -T ../../conf/kern.ldscript
STRIPFLAGS= -d STRIPFLAGS= -g -X -x
### find out what to use for libkern ### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc" .include "$S/lib/libkern/Makefile.inc"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.pica,v 1.18 1997/11/12 23:12:21 thorpej Exp $ # $NetBSD: Makefile.pica,v 1.19 1998/03/03 07:38:40 thorpej Exp $
# Makefile for NetBSD # Makefile for NetBSD
# #
@ -52,7 +52,7 @@ GP?= -G 0
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mips2 -mcpu=r4000 -mno-abicalls -mno-half-pic CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mips2 -mcpu=r4000 -mno-abicalls -mno-half-pic
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -T${MIPS}/conf/kern.ldscript -Ttext 80080000 -e start ${GP} LINKFLAGS= -T${MIPS}/conf/kern.ldscript -Ttext 80080000 -e start ${GP}
STRIPFLAGS= -d STRIPFLAGS= -g -X -x
### find out what to use for libkern ### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc" .include "$S/lib/libkern/Makefile.inc"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.pmax,v 1.54 1997/11/12 23:12:23 thorpej Exp $ # $NetBSD: Makefile.pmax,v 1.55 1998/03/03 07:38:40 thorpej Exp $
# Makefile for NetBSD # Makefile for NetBSD
# #
@ -53,7 +53,7 @@ GP?= -G 0
CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mno-abicalls -mno-half-pic CFLAGS= ${DEBUG} ${COPTS} ${CWARNFLAGS} -mno-abicalls -mno-half-pic
AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE
LINKFLAGS= -Ttext 0x80030000 -T ${MIPS}/conf/kern.ldscript -e start ${GP} LINKFLAGS= -Ttext 0x80030000 -T ${MIPS}/conf/kern.ldscript -e start ${GP}
STRIPFLAGS= -d STRIPFLAGS= -g -X -x
### find out what to use for libkern ### find out what to use for libkern
.include "$S/lib/libkern/Makefile.inc" .include "$S/lib/libkern/Makefile.inc"