On Tue, Jul 03, 2001 at 03:08:21PM +0200, Johan N�sholm wrote:
> Today I moved from kernel 2.4.1-rmk1 to 2.4.5-rmk7 and noted an assembler
> error in one of my files. The file use the assembler instruction 'bx lr'
> which did not fly. I noted that the Makefile for arch/arm/ had changed in
> 2.4.2-rmk2 replacing 
> 
>       AFLAGS          += $(apcs-y) $(proc-y) -mno-fpu
> 
> with
> 
>       AFLAGS          += $(apcs-y) $(arch-y) -mno-fpu -msoft-float

2.4.5-rmk7 contains:

AFLAGS          += -mapcs-32 $(apcs-y) $(arch-y) -mno-fpu

so I don't know where you got your version from.
   _____
  |_____| ------------------------------------------------- ---+---+-
  |   |        Russell King       [EMAIL PROTECTED]      --- ---
  | | | |            http://www.arm.linux.org.uk/            /  /  |
  | +-+-+                                                     --- -+-
  /   |               THE developer of ARM Linux              |+| /|\
 /  | | |                                                     ---  |
    +-+-+ -------------------------------------------------  /\\\  |

_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to