On Thu, Apr 21, 2011 at 02:24, <gerg@xxxxxxxxxxxx> wrote:
+#if defined(__mc68020__) || defined(__mc68030__) || \ + Â Âdefined(__mc68040__) || defined(__mc68060__) || defined(__mcpu32__)
FWIW, my m68k-linux-gnu-gcc (4.1.2 20061115 (prerelease)) always defines __mc68000__ and __mc68020__, even when specifying -m68000 on the command line. __mc68030__, __mc68040__, __mc68060__, and __mcpu32__ are only defined if -m68030, -m68040, -m68060, resp. -mcpu32 is specified on the command line. So the #ifdef always evaluates to true, and it tries to use the scale factor for 68000, which is rejected by the assembler. Gr{oetje,eeting}s, Â Â Â Â Â Â Â Â Â Â Â Â Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. Â Â Â Â Â Â Â Â Â Â Â Â Â ÂÂ ÂÂ -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html