File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
clang/tools/nec-aurora-build Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ find_program(NECAURORA_TARGET_COMPILER_NCC
26
26
if (NECAURORA_TARGET_COMPILER_NCC)
27
27
set (TARGET_COMPILER_NCC "${NECAURORA_TARGET_COMPILER_NCC} " )
28
28
else ()
29
- message (WARNING "Could not find ncc compiler. ncc will not be available as VE target compiler" )
29
+ set (TARGET_COMPILER_NCC "/opt/nec/ve/bin/ncc" )
30
+ message (WARNING "- sotoc: Could not find ncc compiler. Defaulting to path ${TARGET_COMPILER_NCC} " )
30
31
endif ()
31
32
32
33
# Set Clang and RVClang target compiler variables
@@ -44,7 +45,7 @@ set(NECAURORA_DEFAULT_TARGET_COMPILER
44
45
"ncc"
45
46
CACHE STRING
46
47
"Default target compiler for NEC OpenMP target (-fopenmp-nec-compiler=<this_value>)" )
47
- message ("OMPT for SX-Aurora : Using the default target compiler option \" ${NECAURORA_DEFAULT_TARGET_COMPILER} \" " )
48
+ message ("- sotoc : Using the default target compiler option \" ${NECAURORA_DEFAULT_TARGET_COMPILER} \" " )
48
49
49
50
find_library (
50
51
NECAURORA_LIBAVEOVE_STATIC
@@ -94,7 +95,7 @@ endif()
94
95
95
96
find_package (NECAURORA_LIBELF)
96
97
if (NOT NECAURORA_LIBELF_FOUND)
97
- message (FATAL_ERROR "LIBELF not found." )
98
+ message (FATAL_ERROR "- sotoc: LIBELF not found." )
98
99
endif ()
99
100
100
101
configure_file (config.h.in config.h @ONLY)
You can’t perform that action at this time.
0 commit comments