From owner-cvs-src-old@FreeBSD.ORG Fri Jan 8 23:09:35 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A66D1065692 for ; Fri, 8 Jan 2010 23:09:35 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 58AE18FC16 for ; Fri, 8 Jan 2010 23:09:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o08N9ZYk043386 for ; Fri, 8 Jan 2010 23:09:35 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o08N9ZpG043385 for cvs-src-old@freebsd.org; Fri, 8 Jan 2010 23:09:35 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201001082309.o08N9ZpG043385@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Fri, 8 Jan 2010 23:09:11 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.mips X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 23:09:35 -0000 imp 2010-01-08 23:09:11 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils/ld Makefile.mips Log: SVN rev 201851 on 2010-01-08 23:09:11Z by imp Merge r195575 and 195530 from projects/mips to head by hand: r195575 | imp | 2009-07-10 12:24:02 -0600 (Fri, 10 Jul 2009) | 2 lines quick hack for the problem gonzo is seeing. r195530 | imp | 2009-07-10 01:18:30 -0600 (Fri, 10 Jul 2009) | 5 lines Always build all 4 emulators into the mips toolchain. # I think we have a gcc spec file issue with abi=64 since I have to do other # hacks to get it mostly kinda right. Revision Changes Path 1.9 +14 -7 src/gnu/usr.bin/binutils/ld/Makefile.mips