STANDALONE->_STANDALONE (cpp definition)

closes PR kern/5481 (Erik Bertelsen <erik@q610.ebe.uni-c.dk>)
This commit is contained in:
drochner 1998-05-22 12:56:35 +00:00
parent 0a98b8a592
commit bd9ed5a6fd
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.1 1998/05/15 10:15:59 tsubai Exp $
# $NetBSD: Makefile.inc,v 1.2 1998/05/22 12:56:36 drochner Exp $
BINDIR= /usr/mdec
CPPFLAGS+= -DSTANDALONE
CPPFLAGS+= -D_STANDALONE
CFLAGS+= -msoft-float

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.2 1997/04/16 20:29:02 thorpej Exp $
# $NetBSD: Makefile.inc,v 1.3 1998/05/22 12:56:35 drochner Exp $
BINDIR= /usr/mdec
CPPFLAGS+= -DSTANDALONE
CPPFLAGS+= -D_STANDALONE
CFLAGS+= -msoft-float

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.booters,v 1.10 1997/06/15 22:53:49 jonathan Exp $
# $NetBSD: Makefile.booters,v 1.11 1998/05/22 12:56:35 drochner Exp $
# @(#)Makefile 8.3 (Berkeley) 2/16/94
STAND= ../../stand
@ -7,7 +7,7 @@ STAND= ../../stand
# RELOC=80200000 allows for boot prog up to 1D0000 (1900544) bytes long
RELOC= 80200000
DEFS= -DSTANDALONE -DSMALL
DEFS= -D_STANDALONE -DSMALL
CFLAGS= -O2 ${INCPATH} ${DEFS}
AFLAGS= -O2 ${INCPATH} ${DEFS} -D_LOCORE

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile.inc,v 1.2 1997/04/16 20:29:02 thorpej Exp $
# $NetBSD: Makefile.inc,v 1.3 1998/05/22 12:56:35 drochner Exp $
BINDIR= /usr/mdec
CPPFLAGS+= -DSTANDALONE
CPPFLAGS+= -D_STANDALONE
CFLAGS+= -msoft-float