diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2009-08-28 13:21:56 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2009-08-28 13:21:56 +0000 |
commit | b452b4014f0ee6ae7f4aa9adfd5db9949b4525e1 (patch) | |
tree | 51d822a1263b47597cd3e3a72401bb52b2322c39 /sys/arch | |
parent | b52a544c461683d78980382c7ee8a54793994f32 (diff) |
ofwboot can be compiled without -traditional-cpp.
From jsg@
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/sparc64/stand/ofwboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/stand/ofwboot/Makefile b/sys/arch/sparc64/stand/ofwboot/Makefile index c2484f2bc0e..d4ecd6768c5 100644 --- a/sys/arch/sparc64/stand/ofwboot/Makefile +++ b/sys/arch/sparc64/stand/ofwboot/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.13 2008/07/05 21:17:28 kettenis Exp $ +# $OpenBSD: Makefile,v 1.14 2009/08/28 13:21:55 jsing Exp $ # $NetBSD: Makefile,v 1.2 2001/03/04 14:50:05 mrg Exp $ CURDIR= ${.CURDIR} @@ -21,7 +21,7 @@ SRCS+= strlcpy.c strcmp.c strlcat.c strlen.c CWARNFLAGS+= -Wno-main AFLAGS+= -Wa,-Av9a -AFLAGS+= -x assembler-with-cpp -traditional-cpp -D_LOCORE -D__ELF__ +AFLAGS+= -x assembler-with-cpp -D_LOCORE -D__ELF__ CFLAGS+= ${COPTS} CPPFLAGS+= -D_STANDALONE -DSUN4U -nostdinc #CPPFLAGS+= -DNETIF_DEBUG |