2
0

Removing __linux__ definition in CMake

Removing this definition as this should already be defined by compiler.
This is causing compile errors on newer versions of llvm because the
macro is being redefined.

Change-Id: I3bf03617970d4b76dabce36ed980523673afadc5


[ROCm/rocminfo commit: c8db38ede2]
Este cometimento está contido em:
Mark Searles
2023-05-30 13:19:07 -07:00
ascendente 47fafdac89
cometimento be0e6048cf
-1
Ver ficheiro
@@ -123,7 +123,6 @@ if(${BUILD_TYPE} STREQUAL "Debug")
add_definitions(-DDEBUG)
endif()
add_definitions(-D__linux__)
add_definitions(-DLITTLEENDIAN_CPU=1)
#