]> xenbits.xensource.com Git - unikraft/libs/libcxx.git/commit
Makefile.uk: Add minimum compiler version check RELEASE-0.14.0
authorAndrei Tatar <andrei@unikraft.io>
Mon, 14 Aug 2023 14:44:20 +0000 (16:44 +0200)
committerUnikraft <monkey@unikraft.io>
Tue, 15 Aug 2023 18:19:10 +0000 (18:19 +0000)
commit76634cadd0c180fbb70624ce18c36678fd078520
tree001243f35cfb64555f9e1943dd84961c1ecd33e5
parent6f2e5bdc10ad923cc6e89e88e7c52ebf2728cb54
Makefile.uk: Add minimum compiler version check

libcxx 14 relies on some C++ features that are only implemented starting
from GCC 11 and Clang 10.
This change adds an explicit compiler version check to warn the user
about this incompatibility.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Radu Nichita <radunichita99@gmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #33
Makefile.uk