|
@@ -322,6 +322,14 @@ config BR2_TOOLCHAIN_EXTERNAL_CXX
|
|
support. If you don't know, leave the default value,
|
|
support. If you don't know, leave the default value,
|
|
Buildroot will tell you if it's correct or not.
|
|
Buildroot will tell you if it's correct or not.
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTRA_EXTERNAL_LIBS
|
|
|
|
+ string "Extra toolchain libraries to be copied to target"
|
|
|
|
+ help
|
|
|
|
+ If your external toolchain provides extra libraries that
|
|
|
|
+ need to be copied to the target filesystem, enter them
|
|
|
|
+ here, separated by spaces. They will be copied to the
|
|
|
|
+ target's /lib directory.
|
|
|
|
+
|
|
endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
|
endif # BR2_TOOLCHAIN_EXTERNAL_CUSTOM
|
|
|
|
|
|
endif # BR2_TOOLCHAIN_EXTERNAL
|
|
endif # BR2_TOOLCHAIN_EXTERNAL
|