gcc: remove --with-ld=ld-classic (#48826)
This commit is contained in:
		@@ -800,11 +800,6 @@ def configure_args(self):
 | 
				
			|||||||
                    "--with-as=" + binutils.join("as"),
 | 
					                    "--with-as=" + binutils.join("as"),
 | 
				
			||||||
                ]
 | 
					                ]
 | 
				
			||||||
            )
 | 
					            )
 | 
				
			||||||
        elif spec.satisfies("%apple-clang@15:"):
 | 
					 | 
				
			||||||
            # https://github.com/iains/gcc-darwin-arm64/issues/117
 | 
					 | 
				
			||||||
            # https://github.com/iains/gcc-12-branch/issues/22
 | 
					 | 
				
			||||||
            # https://github.com/iains/gcc-13-branch/issues/8
 | 
					 | 
				
			||||||
            options.append("--with-ld=/Library/Developer/CommandLineTools/usr/bin/ld-classic")
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
        # enable_bootstrap
 | 
					        # enable_bootstrap
 | 
				
			||||||
        if spec.satisfies("+bootstrap"):
 | 
					        if spec.satisfies("+bootstrap"):
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user