aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform/binutils/binutils.resource
diff options
context:
space:
mode:
authorprettyboy <prettyboy@yandex-team.com>2023-08-24 18:54:01 +0300
committerprettyboy <prettyboy@yandex-team.com>2023-08-24 19:22:14 +0300
commitdebbd0cf88b4d90e9d441bc68be455abd90d2b15 (patch)
tree0db4ab0db0e968d2663dfcf081cc744a00f0923c /build/platform/binutils/binutils.resource
parent036e55c4182c5cc43a0b7e6af296d52cc5aa1d95 (diff)
downloadydb-debbd0cf88b4d90e9d441bc68be455abd90d2b15.tar.gz
[devtools/contrib/piglet/projects/ydb/config.yaml] Removed build/platform/ from denylists
Cостояние build/platform/ после реимпорта https://paste.yandex-team.ru/8b2b3daa-e68b-42c1-a136-94d8409f87ae/text
Diffstat (limited to 'build/platform/binutils/binutils.resource')
-rw-r--r--build/platform/binutils/binutils.resource7
1 files changed, 7 insertions, 0 deletions
diff --git a/build/platform/binutils/binutils.resource b/build/platform/binutils/binutils.resource
new file mode 100644
index 0000000000..28823ecd80
--- /dev/null
+++ b/build/platform/binutils/binutils.resource
@@ -0,0 +1,7 @@
+IF (HOST_OS_DARWIN AND OS_LINUX AND ARCH_X86_64)
+ DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:333256689)
+ELSEIF (HOST_OS_LINUX AND OS_LINUX)
+ DECLARE_EXTERNAL_RESOURCE(BINUTILS_ROOT sbr:360916612)
+ELSE()
+ MESSAGE(FATAL_ERROR "There is no binutils for selected build configuration")
+ENDIF()