summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-04-06 04:11:46 +0000
committerpeter <peter@FreeBSD.org>2002-04-06 04:11:46 +0000
commitb2d9042186356e934eea82ab11459e38c59d8a99 (patch)
tree0e09526b8d5cb046de7f289e7471d498dda84faa /sys/boot
parent66482b75cf85b692719e8bf73771be9b143886da (diff)
downloadFreeBSD-src-b2d9042186356e934eea82ab11459e38c59d8a99.zip
FreeBSD-src-b2d9042186356e934eea82ab11459e38c59d8a99.tar.gz
Do not assume that ${OBJCOPY} variable exists. It was hidden by the
fact that the 'ia64-make' wrapper explicitly set it.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/loader/Makefile1
-rw-r--r--sys/boot/ia64/efi/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index 61848df..379af58 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -38,6 +38,7 @@ CFLAGS+= -DLOADER
LDSCRIPT= ${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}
LDFLAGS= -nostdlib -T ${LDSCRIPT} -shared -Bsymbolic
+OBJCOPY?= objcopy
CLEANFILES+= setdef0.c setdef0.o setdef1.c setdef1.o setdefs.h start.o \
vers.c vers.o ${BASE}.efi ${BASE}.sym ${BASE}.list
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 61848df..379af58 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -38,6 +38,7 @@ CFLAGS+= -DLOADER
LDSCRIPT= ${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}
LDFLAGS= -nostdlib -T ${LDSCRIPT} -shared -Bsymbolic
+OBJCOPY?= objcopy
CLEANFILES+= setdef0.c setdef0.o setdef1.c setdef1.o setdefs.h start.o \
vers.c vers.o ${BASE}.efi ${BASE}.sym ${BASE}.list
OpenPOWER on IntegriCloud