Skip to content

Commit

Permalink
Don't define MISSING_CRYPTO_1.0 in HOST_GCC.cmake
Browse files Browse the repository at this point in the history
This caused a macro redefinition error when building the Crypto suite on the HOST_GCC toolchain.

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
  • Loading branch information
bensze01 committed Nov 8, 2021
1 parent 8b18751 commit e00c82b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api-tests/tools/cmake/compiler/HOST_GCC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,3 @@ foreach(_LNG IN ITEMS "C" "ASM")
set(CMAKE_C_FLAGS "-g -Wall -Werror -Werror -std=c99")
message(STATUS "[PSA] : ${_LNG} compiler used '${CMAKE_${_LNG}_COMPILER}'")
endforeach()
add_definitions(-DMISSING_CRYPTO_1_0=1)

0 comments on commit e00c82b

Please sign in to comment.