Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 1999 00:46:07 -0700 (PDT)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/gnu/usr.bin/binutils/ld Makefile.mips
Message-ID:  <199904210746.AAA84323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904210746.AAA84323>