From owner-p4-projects@FreeBSD.ORG Fri Mar 18 03:23:33 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 5CE0E16A4D1; Fri, 18 Mar 2005 03:23:33 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 378CB16A4CE for ; Fri, 18 Mar 2005 03:23:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0656143D55 for ; Fri, 18 Mar 2005 03:23:33 +0000 (GMT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j2I3NWM6047873 for ; Fri, 18 Mar 2005 03:23:32 GMT (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2I3NWkD047870 for perforce@freebsd.org; Fri, 18 Mar 2005 03:23:32 GMT (envelope-from jmallett@freebsd.org) Date: Fri, 18 Mar 2005 03:23:32 GMT Message-Id: <200503180323.j2I3NWkD047870@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett To: Perforce Change Reviews Subject: PERFORCE change 73425 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2005 03:23:34 -0000 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}