gcc: take into account ARM floating point capabilities
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 16 Jul 2013 08:03:16 +0000 (10:03 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 16 Jul 2013 13:11:44 +0000 (15:11 +0200)
commit92cc924f2ebdfc9bc3d107400d7b3540801d90f6
treebb71f7d2fdd0be9cdb19d7e5033d175d9626a880
parentff71f8f8e1f2bff5e26d08b5cb4483507eed8edd
gcc: take into account ARM floating point capabilities

The ARM EABIhf support was introduced in gcc 4.6.x, so versions
earlier than this one should not be used when EABIhf is selected.

The ARM VFPv4 support was introduced in gcc 4.5.x, so versions earlier
than this one should not be used when VFPv4 is used.

[Peter: drop OABI dependencies]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/gcc/Config.in.host