Searched hist:35709 (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/gnu/usr.bin/binutils/
H A DMakefile.inc0diff 35709 Mon May 04 19:10:56 MDT 1998 jb 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.

Completed in 87 milliseconds