toolchain/gcc: add config symbol to determine how to apply path remapping
[openwrt/openwrt.git] / toolchain / gcc / Config.version
index 97c5e50dad360f7d645a16b2db696a0aec4077df..6413e852190c46cab626a79ec5fbf06c7c877b6a 100644 (file)
@@ -10,6 +10,11 @@ config GCC_VERSION_8
        default y if GCC_USE_VERSION_8
        bool
 
+config GCC_USE_EMBEDDED_PATH_REMAP
+       default y if GCC_VERSION_8
+       default n
+       bool
+
 config GCC_VERSION
        string
        default "5.5.0"         if GCC_VERSION_5