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

toolchain: update GCC to 14.2.0 #207

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

toolchain: update GCC to 14.2.0 #207

wants to merge 4 commits into from

Commits on Oct 2, 2024

  1. Makefile.common: add -fno-strict-aliasing

    Newer versions of GCC take advantage of strict aliasing rule that we break, without explicitely warning about it.
    
    JIRA: RTOS-927
    badochov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2e5ce79 View commit details
    Browse the repository at this point in the history
  2. toolchain: update GCC to 14.2.0

    JIRA: RTOS-927
    badochov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cfaec3b View commit details
    Browse the repository at this point in the history
  3. toolchain: disable TM using config instead of patch

    JIRA: RTOS-927
    badochov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2aea902 View commit details
    Browse the repository at this point in the history
  4. toolchain: remove with_libphoenix flag

    JIRA: RTOS-927
    badochov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    db40104 View commit details
    Browse the repository at this point in the history