nixpkgs/pkgs/misc/uboot
Sergei Trofimovich 8b3a31f923 ubootTools: fix build by fixing -idirafter ordering
`ubootTools` build broke after https://github.com/NixOS/nixpkgs/pull/210004
where we started dropping default libc include path and switched to
`-idirafter` way of specifying libc headers.

Unfortunately the way it's implemented it injects -idirafter after
user's flags, not before. That allows users to inject their paths before
libc include paths, not after (as it would notmally happen).

The change works it around for u-boot by pulling -idirafter libc flags
before user's flags.
2023-01-27 08:32:06 +00:00
..
0001-configs-rpi-allow-for-bigger-kernels.patch u-boot: embiggen RPi kernel allocation again, again 2022-05-26 19:37:45 +03:00
0001-rpi-Copy-properties-from-firmware-dtb-to-the-loaded-.patch ubootRaspberryPi4: provide fix for C0 revisions 2021-10-04 21:22:31 -04:00
default.nix ubootTools: fix build by fixing -idirafter ordering 2023-01-27 08:32:06 +00:00