Date: Fri, 18 Mar 2005 03:23:32 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 73425 for review Message-ID: <200503180323.j2I3NWkD047870@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73425 Change 73425 by jmallett@jmallett_windward on 2005/03/18 03:22:52 Be like the cool kids. Affected files ... .. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#12 edit Differences ... ==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#12 (text+ko) ==== @@ -1,27 +1,18 @@ # $FreeBSD$ -TARGET_TUPLE= mips-juli-freebsd +TARGET_TUPLE= mips-juli-freebsd -.if ${TARGET_ARCH} == "mips" -DEFAULT_EMULATION?= elf32btsmipn32 +NATIVE_EMULATION?= elf32btsmipn32 EMULATIONS= elf32btsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip +EMS+= ${EMULATIONS} -HOST= ${TARGET_TUPLE} -CFLAGS+= -DDEFAULT_EMULATION=\"${DEFAULT_EMULATION}\" -CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\" -_mips_path= \"${TOOLS_PREFIX}/usr/lib\" -.else -_mips_path= \"/usr/cross/mips-freebsd/usr/lib\" -.endif -EMS+= ${EMULATIONS} - .for _EMULATION in ${EMULATIONS} LDSCRIPTS+= ${_EMULATION}.x ${_EMULATION}.xbn ${_EMULATION}.xn ${_EMULATION}.xr ${_EMULATION}.xs ${_EMULATION}.xu ${_EMULATION}.xsc SRCS+= e${_EMULATION}.c CLEANFILES+= e${_EMULATION}.c e${_EMULATION}.c: emulparams/${_EMULATION}.sh emultempl/elf32.em \ scripttempl/mips.sc genscripts.sh stringify.sed - sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${_mips_path} \ + sh ${.CURDIR}/genscripts.sh ${SRCDIR}/ld ${LIBSERACHPATH} \ ${TOOLS_PREFIX}/usr \ ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \ ${_EMULATION} "" no ${_EMULATION} ${TARGET_TUPLE}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503180323.j2I3NWkD047870>