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]
Tento commit je obsažen v:
Mark Searles
2023-05-30 13:19:07 -07:00
rodič 47fafdac89
revize be0e6048cf
-1
Zobrazit soubor
@@ -123,7 +123,6 @@ if(${BUILD_TYPE} STREQUAL "Debug")
add_definitions(-DDEBUG)
endif()
add_definitions(-D__linux__)
add_definitions(-DLITTLEENDIAN_CPU=1)
#