Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 1998 14:10:57 -0700 (PDT)
From:      John Birrell <jb@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG
Subject:   cvs commit: src/gnu/usr.bin/binutils Makefile.inc0
Message-ID:  <199805042110.OAA28860@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jb          1998/05/04 14:10:57 PDT

  Modified files:
    gnu/usr.bin/binutils Makefile.inc0 
  Log:
  Add makefile support for cross-architectures. Allow CROSS_TOOLS to
  be defined (in /etc/make.conf, say) and set to the additional architectures
  that need to be compiled in. So on alpha I set CROSS_TOOLS = i386.
  On i386 you can't build alpha due to lack of 64-bit support on 32-bit
  architectures, but that's a GNU problem.
  
  This change relies on makefiles in the binutils sub-directories having
  the extension defined in the CROSS_TOOLS, instead of those makefiles
  being selected based on the host architecture.
  
  Revision  Changes    Path
  1.4       +7 -3      src/gnu/usr.bin/binutils/Makefile.inc0

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?199805042110.OAA28860>