Date: Fri, 18 Mar 2005 04:07:28 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 73428 for review Message-ID: <200503180407.j2I47SXx050052@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73428 Change 73428 by jmallett@jmallett_windward on 2005/03/18 04:06:29 I should say what I mean (I should mean what I say.) Correct a lacking of correctness with a half-assed go at something more interesting. Affected files ... .. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#13 edit Differences ... ==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#13 (text+ko) ==== @@ -1,10 +1,10 @@ # $FreeBSD$ -TARGET_TUPLE= mips-juli-freebsd +TARGET_TUPLE= mips-juli-freebsd -NATIVE_EMULATION?= elf32btsmipn32 -EMULATIONS= elf32btsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip -EMS+= ${EMULATIONS} +NATIVE_EMULATION=elf64btsmip +EMULATIONS= elf32btsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip +EMS+= ${EMULATIONS} .for _EMULATION in ${EMULATIONS} LDSCRIPTS+= ${_EMULATION}.x ${_EMULATION}.xbn ${_EMULATION}.xn ${_EMULATION}.xr ${_EMULATION}.xs ${_EMULATION}.xu ${_EMULATION}.xsc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503180407.j2I47SXx050052>