File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44} :
55let
66 inherit ( pkgs . buildPackages ) python3 ;
7- toolchain = pkgs . gccStdenv . cc ;
8- binutils = pkgs . gccStdenv . cc . bintools . bintools_bin ;
9- cpp = pkgs . gccStdenv . cc ;
7+ toolchain = pkgs . stdenv . cc ;
8+ binutils = pkgs . stdenv . cc . bintools . bintools_bin ;
9+ cpp = pkgs . stdenv . cc ;
1010in
1111pkgs . stdenv . mkDerivation {
1212 pname = "imx95-optee-os" ;
Original file line number Diff line number Diff line change 1313} :
1414let
1515 inherit ( pkgs . buildPackages ) python3 ;
16- toolchain = pkgs . gccStdenv . cc ;
17- binutils = pkgs . gccStdenv . cc . bintools . bintools_bin ;
18- cpp = pkgs . gccStdenv . gcc ;
16+ toolchain = pkgs . stdenv . cc ;
17+ binutils = pkgs . stdenv . cc . bintools . bintools_bin ;
18+ cpp = pkgs . stdenv . gcc ;
1919
2020 # Determine PLATFORM and PLATFORM_FLAVOR from platformFlavor
2121 # Format can be either "imx-mx93evk" (full platform string) or "mx8mpevk" (just flavor, platform is "imx")
You can’t perform that action at this time.
0 commit comments