linux/debian/config/m68k
Maximilian Attems b62cfba977 clean up old config options step 2
- igb: remove LRO Kconfig option
  5fbbcb79e5371d99565826a352c1003d0f1f0678

- HID: remove compat stuff
  afa5eb7c68689ced4284f01c96feed44a2d0a127

- cfg80211/nl80211: remove usage of CONFIG_NL80211
  633e24ed95b6c87b42f201ecb65c12a75a5a7eef

- tridentfb: delete acceleration Kconfig option
  04645fc337eef283887d3b1204017f1860ed2ff7

- ide: merge ide_arm and ide_generic host drivers
  4465461ece2b9249d6c0cf57bc0002100823e361

svn path=/dists/trunk/linux-2.6/; revision=13681
2009-05-27 11:24:16 +00:00
..
README.build * debian/config: Move from debian/arch. 2007-07-24 18:31:40 +00:00
config centralize more debug options 2009-03-20 11:43:19 +00:00
config.amiga clean up old config options step 2 2009-05-27 11:24:16 +00:00
config.atari clean up old config options step 2 2009-05-27 11:24:16 +00:00
config.bvme6000 debian/config: Reorder. 2009-03-11 15:16:07 +00:00
config.hp topconfig centralize PPP options 2008-05-11 22:32:25 +00:00
config.mac clean up old config options step 2 2009-05-27 11:24:16 +00:00
config.mvme16x debian/config: Reorder. 2009-03-11 15:16:07 +00:00
config.mvme147 debian/config: Reorder. 2009-03-11 15:16:07 +00:00
config.q40 clean up old config options step 2 2009-05-27 11:24:16 +00:00
config.sun3 topconfig centralize PPP options 2008-05-11 22:32:25 +00:00
defines revert oops 2009-04-28 14:56:32 +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.