PERFORCE change 73423 for review
Juli Mallett
jmallett at FreeBSD.org
Thu Mar 17 19:20:29 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=73423
Change 73423 by jmallett at 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
More information about the p4-projects
mailing list