You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# currently gcc is not supported due to problems cross-compiling a unikernel
16
16
# (i.e., building a 32bit unikernel (only supported for now) on a 64bit system)
17
-
message(FATAL_ERROR"Building IncludeOS with gcc is not currently supported. Please clean-up build directory and configure for clang through CC and CXX environmental variables.")
17
+
# message(FATAL_ERROR "Building IncludeOS with gcc is not currently supported. Please clean-up build directory and configure for clang through CC and CXX environmental variables.")
18
18
endif(CMAKE_COMPILER_IS_GNUCC)
19
19
20
20
# create OS version string from git describe (used in CXX flags)
0 commit comments