Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 17:02:31 -0800 (PST)
From:      Thomas Moestl <tmm@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8004 for review
Message-ID:  <200203200102.g2K12Vd75102@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8004

Change 8004 by tmm@tmm_forge on 2002/03/19 17:00:50

	Remove -N from ldflags; it breaks with the current boot1 code,
	which assumes separate text/rodata and data/bss are in separate
	ELF segments.

Affected files ...

... //depot/projects/sparc64/sys/boot/sparc64/loader/Makefile#18 edit

Differences ...

==== //depot/projects/sparc64/sys/boot/sparc64/loader/Makefile#18 (text+ko) ====

@@ -46,7 +46,7 @@
 CLEANFILES+=	${PROG}.help
 
 CFLAGS+=	-W -Wall -ffreestanding
-LDFLAGS=	-nostdlib -static -N
+LDFLAGS=	-nostdlib -static
 LDADD=		${LIBSTAND} ${LIBOFW}
 
 # where to get libstand from

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203200102.g2K12Vd75102>