Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2005 03:20:27 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73423 for review
Message-ID:  <200503180320.j2I3KRVa047753@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73423

Change 73423 by jmallett@jmallett_windward on 2005/03/18 03:19:40

	Yes MIPS does no PIE.  (Unless I missed something.)  (Like maybe
	I forgot to update the emulparams or something.)

Affected files ...

.. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile#8 edit

Differences ...

==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile#8 (text+ko) ====

@@ -28,7 +28,10 @@
 
 HOST=		${TARGET_TUPLE}
 LIBSERACHPATH=	\"${TOOLS_PREFIX}/lib\":\"${TOOLS_PREFIX}/usr/lib\"
-ELF_SCR_EXT=	x xbn xn xr xs xu xc xsc xd xdc
+ELF_SCR_EXT=	x xbn xn xr xs xu xc xsc
+if ${TARGET_ARCH} != "mips"
+ELF_SCR_EXR+=	xd xdc
+.endif
 .for ext in ${ELF_SCR_EXT}
 LDSCRIPTS+=	${NATIVE_EMULATION}.${ext}
 .endfor



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