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: ev3dev/ev3dev-buildscripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3fb0593
Choose a base ref
...
head repository: ev3dev/ev3dev-buildscripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f8383a3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Apr 26, 2023

  1. README.md: update for external changes

    - github no longer supports git:// and needs https:// instead
    - Ubuntu ships the required compiler
    dlech authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1c3a970 View commit details
    Browse the repository at this point in the history
  2. use system arm-linux-gnueabi- by default

    Newer versions of Ubuntu ship with arm-linux-gnueabi-gcc so we can use
    that by default instead of the old Linaro toolchain.
    dlech committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    f8383a3 View commit details
    Browse the repository at this point in the history
Loading