From owner-p4-projects Sat Oct 12 15:43:52 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id B576237B404; Sat, 12 Oct 2002 15:43:50 -0700 (PDT) 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 6579437B401 for ; Sat, 12 Oct 2002 15:43:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DD5A43E6A for ; Sat, 12 Oct 2002 15:43:50 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id g9CMhOMt042035 for ; Sat, 12 Oct 2002 15:43:24 -0700 (PDT) (envelope-from jmallett@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.3/Submit) id g9CMhO1d042032 for perforce@freebsd.org; Sat, 12 Oct 2002 15:43:24 -0700 (PDT) Date: Sat, 12 Oct 2002 15:43:24 -0700 (PDT) Message-Id: <200210122243.g9CMhO1d042032@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jmallett@freebsd.org using -f From: Juli Mallett Subject: PERFORCE change 19171 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://perforce.freebsd.org/chv.cgi?CH=19171 Change 19171 by jmallett@jmallett_thefather on 2002/10/12 15:42:42 Properly set the default ldemul mode. Affected files ... .. //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#5 edit Differences ... ==== //depot/projects/mips/gnu/usr.bin/binutils/ld/Makefile.mips#5 (text+ko) ==== @@ -14,7 +14,7 @@ EMULATIONS+= mipspe .endif HOST= ${TARGET_TUPLE} -CFLAGS+= -DDEFAULT_EMULATION=\"${NATIVE_EMULATION}\" +CFLAGS+= -DDEFAULT_EMULATION=\"${DEFAULT_EMULATION}\" CFLAGS+= -DTARGET=\"${TARGET_TUPLE}\" _mips_path= \"${TOOLS_PREFIX}/usr/lib\" .else To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message