Merge pull request #4536

fd62b6e7 blocks: use auto-generated .c files instead of 'LD -r -b binary' (xiphon)
This commit is contained in:
Riccardo Spagni 2018-10-26 22:20:39 +02:00
commit 056a58d13f
No known key found for this signature in database
GPG key ID: 55432DF31CCD4FCD
17 changed files with 113 additions and 185 deletions

View file

@ -58,12 +58,6 @@ endif()
set(device_private_headers)
if(PER_BLOCK_CHECKPOINT)
set(Blocks "blocks")
else()
set(Blocks "")
endif()
monero_private_headers(device
${device_private_headers})
@ -79,5 +73,4 @@ target_link_libraries(device
ringct_basic
${OPENSSL_CRYPTO_LIBRARIES}
PRIVATE
${Blocks}
${EXTRA_LIBRARIES})