Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 773604 | Differences between
and this patch

Collapse All | Expand All

(-)a/libcxxabi/CMakeLists.txt (-6 / +2 lines)
Lines 225-236 Link Here
225
endif()
225
endif()
226
226
227
# Check that we can build with 32 bits if requested.
227
# Check that we can build with 32 bits if requested.
228
if (CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32)
228
if (LIBCXXABI_BUILD_32_BITS AND NOT LLVM_BUILD_32_BITS) # Don't duplicate the output from LLVM
229
  if (LIBCXXABI_BUILD_32_BITS AND NOT LLVM_BUILD_32_BITS) # Don't duplicate the output from LLVM
229
  message(STATUS "Building 32 bits executables and libraries.")
230
    message(STATUS "Building 32 bits executables and libraries.")
231
  endif()
232
elseif(LIBCXXABI_BUILD_32_BITS)
233
  message(FATAL_ERROR "LIBCXXABI_BUILD_32_BITS=ON is not supported on this platform.")
234
endif()
230
endif()
235
231
236
# Declare libc++abi configuration variables.
232
# Declare libc++abi configuration variables.

Return to bug 773604