Hi Geert,
CC [M] drivers/ide/ide-lib.o
drivers/ide/ide-lib.c: In function `ide_dump_atapi_status':
drivers/ide/ide-lib.c:601: internal compiler error: in
verify_local_live_at_start, at flow.c:600
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
I'm sure we've seen that before and it did eventually get fixed.
You can probably work around that by building with "make V=1" to show
the compile command,
and manually executing it with a lower optimization level.
I actually had to add -O0 to the EXTRA_CFLAGS in drivers/ide/Makefile
- otherwise I'd manually compile it OK once, and the subsequent make
command would attempt to compile it again (with -Os).
Thanks,
Michael
--
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