Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: f0rmiga/gcc-toolchain
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: f0rmiga/gcc-toolchain
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f0rmiga/use-our-gcc-builds
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 11 files changed
  • 1 contributor

Commits on Mar 4, 2024

  1. refactor: move the deletion of the binaries to later

    This will enable us to use the GCC binaries for the toolchain.
    
    Signed-off-by: Thulio Ferraz Assis <[email protected]>
    f0rmiga committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e3ea6cd View commit details
    Browse the repository at this point in the history
  2. feat: set extra flags to align with well-known builds

    Aligned most of the flags with a well-known Linux distro-provided GCC
    builds.
    
    Signed-off-by: Thulio Ferraz Assis <[email protected]>
    f0rmiga committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1192e36 View commit details
    Browse the repository at this point in the history
  3. feat: add a script to build all sysroots in sequence

    Signed-off-by: Thulio Ferraz Assis <[email protected]>
    f0rmiga committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b73a618 View commit details
    Browse the repository at this point in the history
  4. refactor: move sysroot files to toolchain/build

    This is a generalization for allowing using the same scripts to build
    the whole toolchain, including the GCC binaries and binutils.
    
    Signed-off-by: Thulio Ferraz Assis <[email protected]>
    f0rmiga committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    27f2944 View commit details
    Browse the repository at this point in the history
  5. feat: extract gcc binaries

    Signed-off-by: Thulio Ferraz Assis <[email protected]>
    f0rmiga committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6c21c2a View commit details
    Browse the repository at this point in the history
  6. feat: add binutils to the download list

    Signed-off-by: Thulio Ferraz Assis <[email protected]>
    f0rmiga committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    090fb6b View commit details
    Browse the repository at this point in the history
Loading