Lennert Buytenhek wrote:
Shouldn't matter -- if you use a gcc 4.1 that defaults to old-ABI to compile your kernel but pass it command line options to set the ABI to aapcs-linux (i.e. EABI, like the linux kernel build does), it should work
-mabi=aapcs-linux = eabi?Cool. Which is the abi option for switching back to oabi for a compiler which defaults to eabi?
--rich