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

fix macos sim nsh break, fix missing ops in psedofile_ops, fix no -mcmodel=medium in clang. #14606

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 2, 2024

  1. fs/psedufile: fix break after add readv and writev

    Will cause sim:nsh break in macos environment, the fs_psedofile missing ops update
    
    Signed-off-by: buxiasen <[email protected]>
    jasonbu committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    ad0463b View commit details
    Browse the repository at this point in the history
  2. sim/make: fix macos sim:nsh make break, no -mcmodel in clang

    Will report clang: error: invalid argument 'medium' to -mcmodel=
    -mcmodel=large will both support clang and gcc.
    
    Signed-off-by: buxiasen <[email protected]>
    jasonbu committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    e4e0cf2 View commit details
    Browse the repository at this point in the history