mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
CMake: Reverted some unintentional changes on the previous commit.
llvm-svn: 58435
This commit is contained in:
parent
364cf5cca2
commit
1f9a5255c8
@ -70,10 +70,7 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LLVM_BINARY_DIR}/lib )
|
||||
# set(CMAKE_VERBOSE_MAKEFILE true)
|
||||
|
||||
add_definitions( -D__STDC_LIMIT_MACROS )
|
||||
add_definitions( -D__STDC_CONSTANT_MACROS -m32 )
|
||||
|
||||
set( CMAKE_EXE_LINKER_FLAGS "-m32 ${CMAKE_EXE_LINKER_FLAGS}" )
|
||||
set( CMAKE_LINK_LIBRARY_FLAG "-m32 ${CMAKE_LINK_LIBRARY_FLAG}" )
|
||||
add_definitions( -D__STDC_CONSTANT_MACROS )
|
||||
|
||||
if( MSVC )
|
||||
add_definitions( -D_CRT_SECURE_NO_DEPRECATE -D_CRT_SECURE_NO_WARNINGS )
|
||||
|
Loading…
x
Reference in New Issue
Block a user