ARM related Makefile changes
commite8039673ad530fb5c268cf560ba0d2df95ec2fca
authorDaniel Glöckner <daniel-gl@gmx.net>
Fri, 5 Sep 2008 19:07:56 +0000 (5 21:07 +0200)
committergrischka <grischka>
Fri, 12 Sep 2008 20:22:57 +0000 (12 22:22 +0200)
treee0c61e23f928fbba3670105dc2a4e679ae69fe1c
parent12265da6cd24bd48ce6e40b60fac1dc62eeee156
ARM related Makefile changes

- Builds all four possible ARM targets when cross compiling

- Adds some auto detection to select the target for native ARM builds

The auto detection will select EABI if it finds /lib/ld-linux.so.3.
It will select VFP floating point support when /proc/cpuinfo lists
a VFP or iWMMXt coprocessor. Intel Wireless MMX does not imply VFP,
but it conflicts with FPA, so VFP is the only choice (apart from
yet unsupported soft-float).

  Daniel
Makefile