aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/libbfd/Makefile.m68k
Commit message (Collapse)AuthorAgeFilesLines
* We won't be doing FreeBSD/m68k or FreeBSD/rs6k anytime soon.David E. O'Brien2002-05-151-50/+0
| | | | | | | (not to mention these bits are still at the 2.9.1 level) Notes: svn path=/head/; revision=96640
* Clean up the formatting.David E. O'Brien2001-10-141-43/+43
| | | | Notes: svn path=/head/; revision=84902
* s/MACHINE_ARCH/TARGET_ARCH/gMarcel Moolenaar1999-12-171-1/+1
| | | | | | | | | | | | | | | The target machine is represented by TARGET_ARCH. MACHINE_ARCH always represents the host machine. When TARGET_ARCH is not defined, it is assumed to be equal to MACHINE_ARCH. This means that we're building a native toolset by default. We're creating cross-compilation tools when MACHINE_ARCH != TARGET_ARCH. TARGET_ARCH is defined when building binutils as part of the bootstrap build and is set to reflect the architecture we're currently cross- building. With this change binutils is ready for cross-building. Notes: svn path=/head/; revision=54748
* Add support for additional architectures.John Birrell1999-11-061-0/+50
Notes: svn path=/head/; revision=52928