From owner-cvs-all Wed Apr 21 0:48:42 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B51115921; Wed, 21 Apr 1999 00:48:34 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id AAA84323; Wed, 21 Apr 1999 00:46:07 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199904210746.AAA84323@freefall.freebsd.org> From: Warner Losh Date: Wed, 21 Apr 1999 00:46:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/binutils/ld Makefile.mips Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/04/21 00:46:07 PDT Modified files: gnu/usr.bin/binutils/ld Makefile.mips Log: TARGET was being defined wrong, causing ld to always fail. It is the name of the bfd target, not the gnu-standard target name. Corrected to be elf32-{big,little}mips from mipse[bl]-unknown-freebsd. DEFAULT_EMULATION was bogusly defined, causing ld to always fail (this was masked by the TARGET bogosity). Define correctly as elf32bmip and elf32lmip. Mips doesn't follow the same conventions as i386 and alpha do in this area. ld now appears to work correctly for the uncommitted mips changes to egcs. Revision Changes Path 1.2 +5 -5 src/gnu/usr.bin/binutils/ld/Makefile.mips To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message