diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-10-20 02:43:28 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-10-20 02:43:28 +0000 |
| commit | c98405d7d1a9ac54f6dac100bc9557670f3e06db (patch) | |
| tree | 5fdf090118ceba124a950b8b0e738a0f64a4d7ce | |
| parent | 74274b67f4c0a5351b7acfbc893d965f615aca96 (diff) | |
Notes
| -rw-r--r-- | sys/boot/alpha/boot1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/alpha/boot1/Makefile b/sys/boot/alpha/boot1/Makefile index e163c03345a4..98f6c9d0067a 100644 --- a/sys/boot/alpha/boot1/Makefile +++ b/sys/boot/alpha/boot1/Makefile @@ -12,7 +12,7 @@ CFLAGS+= -mno-fp-regs CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR} CFLAGS+= -I${LIBSTANDDIR} CFLAGS+= -I${.CURDIR}/.. -CFLAGS+= -DSECONDARY_LOAD_ADDRESS=0x${SECONDARY_LOAD_ADDRESS} -DMINIMAL +CFLAGS+= -DSECONDARY_LOAD_ADDRESS=${SECONDARY_LOAD_ADDRESS} -DMINIMAL NOMAN=1 STRIP= |
