We need to add armv5tel (and probably other arm archs). The following patch *should* generate the required symlinks.
--- sdd-1.52.orig/RULES/MKLINKS +++ sdd-1.52/RULES/MKLINKS @@ -105,6 +105,8 @@ ln -s i586-linux-gcc.rul m68k-linux-gcc.rul ln -s i586-linux-cc.rul armv4l-linux-cc.rul ln -s i586-linux-gcc.rul armv4l-linux-gcc.rul +ln -s i586-linux-cc.rul armv5tel-linux-cc.rul +ln -s i586-linux-gcc.rul armv5tel-linux-gcc.rul ln -s i586-linux-cc.rul mips-linux-cc.rul ln -s i586-linux-gcc.rul mips-linux-gcc.rul ln -s i586-linux-cc.rul mipsel-linux-cc.rul UNFORTUNATELY, it seems that the script never gets run. all the symlinks that currently exist are in the .orig.tar.gz I think the correct solution would be to remove all the symlinks from the tarball and to make debian/rules run the script. -- Colin Tuckley | +44(0)1903 236872 | PGP/GnuPG Key Id Debian Developer | +44(0)7799 143369 | 0x1B3045CE Linux server is like wigwam - no windows, no gates, apache inside. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]