|
@@ -1102,6 +1102,7 @@ config LD_DEAD_CODE_DATA_ELIMINATION
|
|
|
bool "Dead code and data elimination (EXPERIMENTAL)"
|
|
bool "Dead code and data elimination (EXPERIMENTAL)"
|
|
|
depends on HAVE_LD_DEAD_CODE_DATA_ELIMINATION
|
|
depends on HAVE_LD_DEAD_CODE_DATA_ELIMINATION
|
|
|
depends on EXPERT
|
|
depends on EXPERT
|
|
|
|
|
+ depends on !(FUNCTION_TRACER && CC_IS_GCC && GCC_VERSION < 40800)
|
|
|
depends on $(cc-option,-ffunction-sections -fdata-sections)
|
|
depends on $(cc-option,-ffunction-sections -fdata-sections)
|
|
|
depends on $(ld-option,--gc-sections)
|
|
depends on $(ld-option,--gc-sections)
|
|
|
help
|
|
help
|