Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ublksrv: Add kernel version and g++ options check #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 19, 2022

  1. ublksrv: Add kernel version and g++ options check

    This patch updates configure.ac to add
    kernel version checks and g++ checks
    mandatory. This is because if the criteria
    is not met the build will fail during actual
    make.
    
    This make minimum kernel version as 5.19.X.
    Anything lesser than 5.19 the build will stop
    with failure.
    
    This patch also confirms if g++/c++ supports
    CFLAGS option of "-fcoroutines -std=c++20".
    If not supported the build stops with failure.
    
    Signed-off-by: H Arshad <[email protected]>
    harshad1024 committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1cfaede View commit details
    Browse the repository at this point in the history