summaryrefslogtreecommitdiffstats
path: root/sys/boot/sparc64/loader
diff options
context:
space:
mode:
authorrobert <robert@FreeBSD.org>2001-12-28 22:12:38 +0000
committerrobert <robert@FreeBSD.org>2001-12-28 22:12:38 +0000
commit099b3fa082b14d3cc7989b853178695cb80d731c (patch)
tree068b7218a473a2bdb7249def0624eda20b28aaf1 /sys/boot/sparc64/loader
parentc7d1e5d15e38175c503173b00486a88ceb3d4aed (diff)
downloadFreeBSD-src-099b3fa082b14d3cc7989b853178695cb80d731c.zip
FreeBSD-src-099b3fa082b14d3cc7989b853178695cb80d731c.tar.gz
Avoid having the text and data sections merged into one program
header table entry by removing the -N flag from the LDFLAGS.
Diffstat (limited to 'sys/boot/sparc64/loader')
-rw-r--r--sys/boot/sparc64/loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/sparc64/loader/Makefile b/sys/boot/sparc64/loader/Makefile
index a6e67ac..dec52e0 100644
--- a/sys/boot/sparc64/loader/Makefile
+++ b/sys/boot/sparc64/loader/Makefile
@@ -22,7 +22,7 @@ CFLAGS+= -I${.CURDIR}/../../.. -I.
CLEANFILES+= ${PROG}
CFLAGS+= -W -Wall
-LDFLAGS= -X -N -Ttext ${LOADERBASE} -e _start -static
+LDFLAGS= -X -Ttext ${LOADERBASE} -e _start -static
# where to get libstand from
#XXX need a better way to do this
OpenPOWER on IntegriCloud