diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-21 08:28:09 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-21 08:28:09 +0000 |
| commit | d4d0b6065f5af4963fa52c4e9660ffe051ed054d (patch) | |
| tree | bd7a4b10045b2a4a9fb4f3bb6b4d97f7d3c163e5 /sys/conf/Makefile.alpha | |
| parent | 9ad2bee6a3e0ad3afc327790b542d35d97f1ed81 (diff) | |
Notes
Diffstat (limited to 'sys/conf/Makefile.alpha')
| -rw-r--r-- | sys/conf/Makefile.alpha | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 5dedda5ce520..5e120f74bbde 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -35,7 +35,10 @@ M= ${MACHINE_ARCH} SIZE?= size OBJCOPY?= objcopy -COPTFLAGS?=-O +COPTFLAGS?=-O -pipe +.if !defined(NO_CPU_COPTFLAGS) +COPTFLAGS+= ${_CFLAGS} +.endif INCLUDES= -nostdinc -I- -I. -I$S # This hack is to allow kernel compiles to succeed on machines w/out srcdist .if exists($S/../include) |
