diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-22 14:05:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-22 14:05:52 +0000 |
commit | 54d462602c4e32c19e79c21eeace7f9664e24681 (patch) | |
tree | 915dccbf73bb73173dc3b862b457f56f6717c021 /sys/arch/sparc/conf | |
parent | 3db0894c0e82ea9c5f44b137d45cfdc0a38d0c7d (diff) |
Add ${PIPE} to CFLAGS
Diffstat (limited to 'sys/arch/sparc/conf')
-rw-r--r-- | sys/arch/sparc/conf/Makefile.sparc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/Makefile.sparc b/sys/arch/sparc/conf/Makefile.sparc index ba065d803e3..862828c005f 100644 --- a/sys/arch/sparc/conf/Makefile.sparc +++ b/sys/arch/sparc/conf/Makefile.sparc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.sparc,v 1.21 2001/12/25 21:43:47 miod Exp $ +# $OpenBSD: Makefile.sparc,v 1.22 2002/06/22 14:05:51 millert Exp $ # $NetBSD: Makefile.sparc,v 1.32.4.1 1996/06/12 20:26:32 pk Exp $ # Makefile for OpenBSD @@ -50,7 +50,7 @@ CMACHFLAGS= -mcpu=supersparc CMACHFLAGS= .endif -CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} +CFLAGS= ${DEBUG} -O2 ${CDIAGFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE} # add `-mno-fpu' to work around gcc (last noticed in v2.7.2) bug CFLAGS+= -mno-fpu AFLAGS= -x assembler-with-cpp -traditional-cpp -D_LOCORE |