Merge 8450c13fb1
into 453b9e4886
This commit is contained in:
commit
d9eb0522b2
|
@ -13,6 +13,10 @@ if(CMAKE_CROSSCOMPILING AND NOT DEFINED TARGET)
|
||||||
set(TARGET "ARMV8")
|
set(TARGET "ARMV8")
|
||||||
elseif(ARM)
|
elseif(ARM)
|
||||||
set(TARGET "ARMV7") # TODO: Ask compiler which arch this is
|
set(TARGET "ARMV7") # TODO: Ask compiler which arch this is
|
||||||
|
elseif(X86_64)
|
||||||
|
set(TARGET "PENRYN")
|
||||||
|
elseif(X86)
|
||||||
|
set(TARGET "CORE2")
|
||||||
else()
|
else()
|
||||||
message(FATAL_ERROR "When cross compiling, a TARGET is required.")
|
message(FATAL_ERROR "When cross compiling, a TARGET is required.")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in New Issue