package/spidermonkey: depends on host gcc >= 4.9
authorAdam Duskett <aduskett@greenlots.com>
Wed, 4 Dec 2019 21:49:13 +0000 (13:49 -0800)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 6 Dec 2019 22:45:31 +0000 (23:45 +0100)
commita7d117a7b8169f28b91e662ecdd52231da04e5fd
tree01d2a6deaa1f7e6ae3524427acb2cc9f8f0ad955
parent6ade587665ba0dbe851986af905c7fce2e593a02
package/spidermonkey: depends on host gcc >= 4.9

If GCC on the host is older than 4.9, during the configure stage an
error is thrown such as:

checking whether the host C compiler can be used... no
ERROR: Only GCC 4.9 or newer is supported (found version 4.8.2).

Depend on the host gcc version being >= 4.9

Fixes:
http://autobuild.buildroot.net/results/192661452fd522bf46b23d5a7a522eb853a984bf

Signed-off-by: Adam Duskett <aduskett@greenlots.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/spidermonkey/Config.in