linux/debian/arch/m68k
Bastian Blank 52c997bb1c debian/arch: Add ABI files.
svn path=/dists/sid/linux-2.6/; revision=8246
2007-01-29 16:22:01 +00:00
..
Makefile.inc debian/arch/alpha/Makefile.inc, debian/arch/amd64/Makefile.inc, 2005-09-14 21:12:04 +00:00
README.build Merge /dists/sid/linux-2.6. 2006-05-26 12:06:07 +00:00
abi-4.amiga debian/arch: Add ABI files. 2007-01-29 16:22:01 +00:00
abi-4.atari debian/arch: Add ABI files. 2007-01-29 16:22:01 +00:00
abi-4.mac debian/arch: Add ABI files. 2007-01-29 16:22:01 +00:00
config Activate CONFIG_IDE_TASK_IOCTL globally. (Closes: #390616) 2006-10-02 13:23:20 +00:00
config.amiga m68k updates for 2.6.18 2006-09-27 21:52:22 +00:00
config.atari m68k atari keyboard and ethernec fixes by Michael Schmitz 2007-01-03 20:25:14 +00:00
config.bvme6000 Deactivate EVBUG. 2006-09-08 10:00:29 +00:00
config.hp Deactivate EVBUG. 2006-09-08 10:00:29 +00:00
config.mac fix atari-ide patch 2007-01-16 07:38:55 +00:00
config.mvme16x Deactivate EVBUG. 2006-09-08 10:00:29 +00:00
config.mvme147 Deactivate EVBUG. 2006-09-08 10:00:29 +00:00
config.q40 Deactivate EVBUG. 2006-09-08 10:00:29 +00:00
config.sun3 Deactivate EVBUG. 2006-09-08 10:00:29 +00:00
defines do not build atari ethernet as module, enable building for atari 2006-11-20 10:34:47 +00:00

README.build

HOWTO cross-build m68k linux-image

Building linux-image packages takes a while, especially on the "slower
arches", ie m68k. Cross-compiling is an alternative, and it works very well
for m68k.

You need to set up a cross-compiler. The toolchain-source package has some
limitations, I prefer using cross-tools, see this page for instructions:

 http://people.debian.org/~cts/debian-m68k/cross-compile/

Now you only have to tell the debian build system, that you do want to build
packages for m68k. It used to be sufficient to pass an option to debuild,
since recently you also have to set an environment variable, like this:

 DEB_HOST_ARCH=m68k debuild -B -am68k

If you also want to build source packages, omit the -B. 

If you want to build images for just one of the currently nine subarches,
you can uncomment some lines in the flavours section in:
 debian/arch/m68k/defines

The first run of debuild will give you an error message that updating the
configs suceeded, the second run will build the images.