diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-12-17 22:36:21 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-12-17 22:36:21 +0000 |
| commit | 65be2aace6c6748c2a793c2f7e8abda2de154b8c (patch) | |
| tree | e6aca0ee80f419bcd4fdb6c3cc6875e87ab746c0 /sys/alpha | |
| parent | 2e666653672d1597c85272365e4b547f352c2aac (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/Makefile.alpha | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/Makefile.alpha b/sys/alpha/conf/Makefile.alpha index edcb52eb3669..b50598633300 100644 --- a/sys/alpha/conf/Makefile.alpha +++ b/sys/alpha/conf/Makefile.alpha @@ -1,7 +1,7 @@ # Makefile.alpha -- with config changes. # Copyright 1990 W. Jolitz # from: @(#)Makefile.alpha 7.1 5/10/91 -# $Id: Makefile.alpha,v 1.13 1998/11/18 23:51:17 dima Exp $ +# $Id: Makefile.alpha,v 1.14 1998/12/07 22:36:53 imp Exp $ # # Makefile for FreeBSD # @@ -42,7 +42,7 @@ INCLUDES+= -I$S/../include INCLUDES+= -I/usr/include .endif COPTS= ${INCLUDES} ${IDENT} -DKERNEL -include opt_global.h -CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} -mno-fp-regs -Wa,-mev56 +CFLAGS= ${COPTFLAGS} ${CWARNFLAGS} ${DEBUG} ${COPTS} LOAD_ADDRESS?= 0xfffffc0000300000 DEFINED_PROF= ${PROF} .if defined(PROF) |
