gcc: reenable LTO on i686

This commit is contained in:
Ryan Burns
2021-11-05 21:32:45 -07:00
parent 0d5b4445e3
commit dff528efbf
-6
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;