|
@@ -1,6 +1,10 @@
|
|
|
|
+comment "mfgtools needs host gcc >= 4.8"
|
|
|
|
+ depends on !BR2_HOST_GCC_AT_LEAST_4_8
|
|
|
|
+
|
|
config BR2_PACKAGE_HOST_MFGTOOLS
|
|
config BR2_PACKAGE_HOST_MFGTOOLS
|
|
bool "host mfgtools"
|
|
bool "host mfgtools"
|
|
depends on BR2_arm
|
|
depends on BR2_arm
|
|
|
|
+ depends on BR2_HOST_GCC_AT_LEAST_4_8 # needs C++11
|
|
help
|
|
help
|
|
This package contains the Freescale manufacturing tool.
|
|
This package contains the Freescale manufacturing tool.
|
|
It is designed to program firmware to i.MX boards during
|
|
It is designed to program firmware to i.MX boards during
|