Skip to content

Commit

Permalink
chore: replace armv7a by armv7l for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wanja Zaeske committed Apr 2, 2024
1 parent 73bc598 commit bf424da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,25 +142,25 @@
{ extraCmakeFlags = [ "-DPLATFORM=zcu102" ]; };


seL4-test-armv7a-rpi3 = (import nixpkgs {
seL4-test-armv7l-rpi3 = (import nixpkgs {
inherit system;
crossSystem.config = "armv7a-unknown-linux-musleabihf";
crossSystem.config = "armv7l-unknown-linux-musleabihf";
overlays = [ self.overlays.default ];
}).callPackage pkgs/seL4-test.nix
{ extraCmakeFlags = [ "-DPLATFORM=rpi3" ]; };


seL4-test-armv7a-zynq7000 = (import nixpkgs {
seL4-test-armv7l-zynq7000 = (import nixpkgs {
inherit system;
crossSystem.config = "armv7a-unknown-linux-musleabihf";
crossSystem.config = "armv7l-unknown-linux-musleabihf";
overlays = [ self.overlays.default ];
}).callPackage pkgs/seL4-test.nix
{ extraCmakeFlags = [ "-DPLATFORM=zynq7000" ]; };


seL4-test-armv7a-zynq7000-simulate = (import nixpkgs {
seL4-test-armv7l-zynq7000-simulate = (import nixpkgs {
inherit system;
crossSystem.config = "armv7a-unknown-linux-musleabihf";
crossSystem.config = "armv7l-unknown-linux-musleabihf";
overlays = [ self.overlays.default ];
}).callPackage pkgs/seL4-test.nix
{
Expand Down

0 comments on commit bf424da

Please sign in to comment.