diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-09-23 03:28:00 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2015-09-23 03:28:00 +0000 |
commit | a19adf2a4fd5848ad8cd23f928a63c0abb838a98 (patch) | |
tree | 6c8cb744b6d207e0d4fea79852ea36c37dbfd0f4 /sys | |
parent | 99c8123ca7fc33c14a0c8cc9a2ae60bfd9252407 (diff) |
Remove -DLINKADDR=. It is for first-stage bootstrap.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/stand/efiboot/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/efiboot/Makefile.common b/sys/arch/amd64/stand/efiboot/Makefile.common index b2a8d2cf2fb..e2d5afe690d 100644 --- a/sys/arch/amd64/stand/efiboot/Makefile.common +++ b/sys/arch/amd64/stand/efiboot/Makefile.common @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.common,v 1.2 2015/09/23 03:19:55 yasuoka Exp $ +# $OpenBSD: Makefile.common,v 1.3 2015/09/23 03:27:59 yasuoka Exp $ S= ${.CURDIR}/../../../../.. SADIR= ${.CURDIR}/../.. @@ -11,7 +11,7 @@ EFI_HEAP_LIMIT= 0xc00000 LDFLAGS+= -nostdlib -T${.CURDIR}/../${LDSCRIPT} -Bsymbolic -shared -COPTS+= -DEFIBOOT -DNEEDS_HEAP_H -DLINKADDR=${LINKADDR} -I${.CURDIR}/.. +COPTS+= -DEFIBOOT -DNEEDS_HEAP_H -I${.CURDIR}/.. COPTS+= -I${EFIDIR}/include -I${S}/stand/boot COPTS+= -ffreestanding -std=gnu99 COPTS+= -fshort-wchar -fPIC |