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

bitbang: Fix FTBFS with GCC 10 #1

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

Commits on Oct 24, 2022

  1. bitbang: Fix FTBFS with GCC 10

    GCC 10 defaults to -fno-common which breaks the sharing of bitbang_swd
    struct between bitbang drivers due to a missing extern.
    
    Change-Id: I2b4122f7939cec91a72284006748f99a23548324
    Signed-off-by: Andreas Fritiofson <[email protected]>
    Reviewed-on: http://openocd.zylin.com/5592
    Tested-by: jenkins
    Reviewed-by: Antonio Borneo <[email protected]>
    Reviewed-by: Jonathan McDowell <[email protected]>
    nattgris authored and matthewtraughber committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    b0e7034 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4a8ec View commit details
    Browse the repository at this point in the history