linux/debian/config/m68k
Maximilian Attems 3a4a897d90 topconfig centralize ATALK
add the missing definitions to topconfig and thus nuke dupes.

Reported-by: Martin Michlmayr <tbm@cyrius.com>

svn path=/dists/trunk/linux-2.6/; revision=13047
2009-03-09 09:59:21 +00:00
..
README.build * debian/config: Move from debian/arch. 2007-07-24 18:31:40 +00:00
config topconfig centralize ATALK 2009-03-09 09:59:21 +00:00
config.amiga CONFIG_BLK_DEV_IDE was renamed to CONFIG_IDE_GD upstream. Update all 2009-02-18 17:08:42 +00:00
config.atari CONFIG_BLK_DEV_IDE was renamed to CONFIG_IDE_GD upstream. Update all 2009-02-18 17:08:42 +00:00
config.bvme6000 debian/config: Remove cuplicated CRC options. 2008-06-07 12:23:23 +00:00
config.hp topconfig centralize PPP options 2008-05-11 22:32:25 +00:00
config.mac CONFIG_BLK_DEV_IDE was renamed to CONFIG_IDE_GD upstream. Update all 2009-02-18 17:08:42 +00:00
config.mvme16x debian/config: Remove cuplicated CRC options. 2008-06-07 12:23:23 +00:00
config.mvme147 debian/config: Remove cuplicated CRC options. 2008-06-07 12:23:23 +00:00
config.q40 CONFIG_BLK_DEV_IDE was renamed to CONFIG_IDE_GD upstream. Update all 2009-02-18 17:08:42 +00:00
config.sun3 topconfig centralize PPP options 2008-05-11 22:32:25 +00:00
defines m68k: use default compiler 2008-07-16 21:46:28 +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.