diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-01-31 17:22:33 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-31 17:22:33 +0300 |
commit | 52be5dbdd420165c68e7e90ba8f1d2f00da041f6 (patch) | |
tree | 5d47f5b2ff4e6a7c8e75d33931a1e683949b7229 /contrib/go/_std_1.21/src/internal/pkgbits/ya.make | |
parent | ea57c8867ceca391357c3c5ffcc5ba6738b49adc (diff) | |
parent | 809f0cf2fdfddfbeacc2256ffdbaaf5808ce5ed4 (diff) | |
download | ydb-52be5dbdd420165c68e7e90ba8f1d2f00da041f6.tar.gz |
Merge branch 'mergelibs12' into main
Diffstat (limited to 'contrib/go/_std_1.21/src/internal/pkgbits/ya.make')
-rw-r--r-- | contrib/go/_std_1.21/src/internal/pkgbits/ya.make | 57 |
1 files changed, 3 insertions, 54 deletions
diff --git a/contrib/go/_std_1.21/src/internal/pkgbits/ya.make b/contrib/go/_std_1.21/src/internal/pkgbits/ya.make index 49ebcf4ede..b09ada8de9 100644 --- a/contrib/go/_std_1.21/src/internal/pkgbits/ya.make +++ b/contrib/go/_std_1.21/src/internal/pkgbits/ya.make @@ -1,32 +1,5 @@ GO_LIBRARY() -IF (FALSE) - MESSAGE(FATAL this shall never happen) - -ELSEIF (OS_LINUX AND ARCH_X86_64) - SRCS( - codes.go - decoder.go - doc.go - encoder.go - flags.go - reloc.go - support.go - sync.go - syncmarker_string.go - ) -ELSEIF (OS_LINUX AND ARCH_ARM64) - SRCS( - codes.go - decoder.go - doc.go - encoder.go - flags.go - reloc.go - support.go - sync.go - syncmarker_string.go - ) -ELSEIF (OS_LINUX AND ARCH_AARCH64) +IF (OS_DARWIN AND ARCH_ARM64) SRCS( codes.go decoder.go @@ -50,7 +23,7 @@ ELSEIF (OS_DARWIN AND ARCH_X86_64) sync.go syncmarker_string.go ) -ELSEIF (OS_DARWIN AND ARCH_ARM64) +ELSEIF (OS_LINUX AND ARCH_AARCH64) SRCS( codes.go decoder.go @@ -62,7 +35,7 @@ ELSEIF (OS_DARWIN AND ARCH_ARM64) sync.go syncmarker_string.go ) -ELSEIF (OS_DARWIN AND ARCH_AARCH64) +ELSEIF (OS_LINUX AND ARCH_X86_64) SRCS( codes.go decoder.go @@ -86,29 +59,5 @@ ELSEIF (OS_WINDOWS AND ARCH_X86_64) sync.go syncmarker_string.go ) -ELSEIF (OS_WINDOWS AND ARCH_ARM64) - SRCS( - codes.go - decoder.go - doc.go - encoder.go - flags.go - reloc.go - support.go - sync.go - syncmarker_string.go - ) -ELSEIF (OS_WINDOWS AND ARCH_AARCH64) - SRCS( - codes.go - decoder.go - doc.go - encoder.go - flags.go - reloc.go - support.go - sync.go - syncmarker_string.go - ) ENDIF() END() |