summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-02-13 04:45:41 +0000
committermarcel <marcel@FreeBSD.org>2004-02-13 04:45:41 +0000
commit275a1bc68b28c2fe967239673ac85644d8cf9f91 (patch)
tree0366a237fff1389b4a9d89592b9c62c6ef3e26ea /sys/boot
parent9ce72c836f87b47bc687343c9aeee6b1bfab65c8 (diff)
downloadFreeBSD-src-275a1bc68b28c2fe967239673ac85644d8cf9f91.zip
FreeBSD-src-275a1bc68b28c2fe967239673ac85644d8cf9f91.tar.gz
Don't create a mapfile during link. It's not needed for the build.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/loader/Makefile4
-rw-r--r--sys/boot/ia64/efi/Makefile4
-rw-r--r--sys/boot/ia64/ski/Makefile4
-rw-r--r--sys/boot/ia64/skiload/Makefile4
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/efi/loader/Makefile b/sys/boot/efi/loader/Makefile
index 8197b6a..e58df26 100644
--- a/sys/boot/efi/loader/Makefile
+++ b/sys/boot/efi/loader/Makefile
@@ -31,10 +31,10 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
CFLAGS+= -DLOADER
LDSCRIPT= ${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}
-LDFLAGS= -Wl,-T${LDSCRIPT} -Wl,-M,-Map,loader.list -shared -symbolic
+LDFLAGS= -Wl,-T${LDSCRIPT} -shared -symbolic
OBJCOPY?= objcopy
-CLEANFILES= vers.c loader.efi loader.list loader.help
+CLEANFILES= vers.c loader.efi loader.help
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
diff --git a/sys/boot/ia64/efi/Makefile b/sys/boot/ia64/efi/Makefile
index 8197b6a..e58df26 100644
--- a/sys/boot/ia64/efi/Makefile
+++ b/sys/boot/ia64/efi/Makefile
@@ -31,10 +31,10 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libstand
CFLAGS+= -DLOADER
LDSCRIPT= ${.CURDIR}/../libefi/arch/${MACHINE_ARCH}/ldscript.${MACHINE_ARCH}
-LDFLAGS= -Wl,-T${LDSCRIPT} -Wl,-M,-Map,loader.list -shared -symbolic
+LDFLAGS= -Wl,-T${LDSCRIPT} -shared -symbolic
OBJCOPY?= objcopy
-CLEANFILES= vers.c loader.efi loader.list loader.help
+CLEANFILES= vers.c loader.efi loader.help
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
diff --git a/sys/boot/ia64/ski/Makefile b/sys/boot/ia64/ski/Makefile
index 2c53e9b..2003b963 100644
--- a/sys/boot/ia64/ski/Makefile
+++ b/sys/boot/ia64/ski/Makefile
@@ -28,9 +28,9 @@ CFLAGS+= -I${.CURDIR}/../../common
CFLAGS+= -I${.CURDIR}/../libski
CFLAGS+= -DLOADER
-LDFLAGS= -Wl,-T${.CURDIR}/ldscript.ia64 -Wl,-M,-Map,${PROG}.list
+LDFLAGS= -Wl,-T${.CURDIR}/ldscript.ia64
-CLEANFILES= vers.c ${PROG}.list ${PROG}.help
+CLEANFILES= vers.c ${PROG}.help
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
diff --git a/sys/boot/ia64/skiload/Makefile b/sys/boot/ia64/skiload/Makefile
index 2c53e9b..2003b963 100644
--- a/sys/boot/ia64/skiload/Makefile
+++ b/sys/boot/ia64/skiload/Makefile
@@ -28,9 +28,9 @@ CFLAGS+= -I${.CURDIR}/../../common
CFLAGS+= -I${.CURDIR}/../libski
CFLAGS+= -DLOADER
-LDFLAGS= -Wl,-T${.CURDIR}/ldscript.ia64 -Wl,-M,-Map,${PROG}.list
+LDFLAGS= -Wl,-T${.CURDIR}/ldscript.ia64
-CLEANFILES= vers.c ${PROG}.list ${PROG}.help
+CLEANFILES= vers.c ${PROG}.help
vers.c: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
sh ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version ${NEWVERSWHAT}
OpenPOWER on IntegriCloud