ARM related Makefile changes
commitaa367f60b70d51a63fe0356e7476749b8a4b3347
authorDaniel Glöckner <daniel-gl@gmx.net>
Fri, 5 Sep 2008 19:07:56 +0000 (5 21:07 +0200)
committerKirill Smelkov <kirr@landau.phys.spbu.ru>
Sat, 6 Sep 2008 08:54:29 +0000 (6 12:54 +0400)
tree61fbddc044639dd716b8266dae30a46bc4df5f25
parent321709ec24d6e0e38cfbd2451625d6bbeda90674
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