Revert "gcc: fix build on x86_64-darwin"

This reverts commit b39481bc09.
This commit is contained in:
Randy Eckenrode 2023-07-09 13:27:57 -06:00
parent c810782ee6
commit 937f472e92
No known key found for this signature in database
GPG key ID: 64C1CD4EC2A600D9

View file

@ -244,11 +244,6 @@ let
++ lib.optionals (langD) [
"--with-target-system-zlib=yes"
]
# Clang 11 performs an optimization on x86_64 that is sensitive to the presence of debug info.
# This causes GCC to fail to bootstrap due to object file differences between stages 2 and 3.
++ lib.optionals (targetPlatform.isDarwin && targetPlatform.isx86_64) [
"--with-as=${targetPackages.darwin.cctools-port}/bin/${targetPrefix}as"
]
;
in configureFlags