arm-linux- and arm-none-linux-gnueabi ?

andromeda
hi,

what are the difference for arm-linux- and arm-none-linux-gnueabi- ?

what is the line must i configure on varable CROSS_COMPILE

CROSS_COMPILE=arm-linux- or CROSS_COMPILE=arm-none-linux-gnueabi ?

thanks for your response.

davef
The only explanation I could find:

none means it reverts to trying to guess based on file extensions used in
the source files. 

Think there must be more to it than that.

You want  CROSS_COMPILE=arm-none-linux-gnueabi-  (note extra - at the end)

andromeda
thanks