File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,8 @@ option(
182182
183183option (
184184 ENABLE_MULTILIB_HEADER_OPTIMISATION "Enable multilib header optimisation phase"
185- OFF
185+ ON
186186)
187- if (ENABLE_MULTILIB_HEADER_OPTIMISATION)
188- message (WARNING "ENABLE_MULTILIB_HEADER_OPTIMISATION is not recommended to be enabled. This feature is not fully supported from the toolchain." )
189- endif ()
190187
191188# Previously, the LLVM_TOOLCHAIN_LIBRARY_OVERLAY_INSTALL option was
192189# called LLVM_TOOLCHAIN_NEWLIB_OVERLAY_INSTALL. Detect a setting of
Original file line number Diff line number Diff line change 4848 fvp/get_fvps.sh"
4949)
5050set (FVP_CONFIG_DIR "${TOOLCHAIN_SOURCE_DIR} /fvp/config" CACHE STRING "The directory in which the FVP models are installed." )
51- option (ENABLE_MULTILIB_HEADER_OPTIMISATION "Enable multilib header optimisation phase" OFF )
51+ option (ENABLE_MULTILIB_HEADER_OPTIMISATION "Enable multilib header optimisation phase" ON )
5252option (
5353 ENABLE_PARALLEL_LIB_CONFIG
5454 "Run the library variant configuration steps in parallel."
You can’t perform that action at this time.
0 commit comments