gcc: reenable LTO on i686

This commit is contained in:
Ryan Burns 2021-11-05 20:10:47 -07:00
parent 0d5b4445e3
commit dff528efbf

View file

@ -11702,8 +11702,6 @@ with pkgs;
reproducibleBuild = true;
profiledCompiler = false;
enableLTO = !stdenv.isi686;
libcCross = if stdenv.targetPlatform != stdenv.buildPlatform then libcCross else null;
threadsCross = if stdenv.targetPlatform != stdenv.buildPlatform then threadsCross else null;
@ -11716,8 +11714,6 @@ with pkgs;
reproducibleBuild = true;
profiledCompiler = false;
enableLTO = !stdenv.isi686;
libcCross = if stdenv.targetPlatform != stdenv.buildPlatform then libcCross else null;
threadsCross = if stdenv.targetPlatform != stdenv.buildPlatform then threadsCross else null;
@ -11730,8 +11726,6 @@ with pkgs;
reproducibleBuild = true;
profiledCompiler = false;
enableLTO = !stdenv.isi686;
libcCross = if stdenv.targetPlatform != stdenv.buildPlatform then libcCross else null;
threadsCross = if stdenv.targetPlatform != stdenv.buildPlatform then threadsCross else null;