cc-wrapper: Learn about target prefixes
This is first step towards getting rid of gcc-wrapper-cross
This commit is contained in:
committed by
John Ericson
parent
c4ba2e3ef6
commit
459f1c60f5
@@ -76,6 +76,7 @@ let
|
||||
else lib.makeOverridable (import ../../build-support/cc-wrapper) {
|
||||
nativeTools = false;
|
||||
nativeLibc = false;
|
||||
hostPlatform = localSystem;
|
||||
targetPlatform = localSystem;
|
||||
cc = prevStage.gcc-unwrapped;
|
||||
isGNU = true;
|
||||
@@ -240,6 +241,7 @@ in
|
||||
nativeTools = false;
|
||||
nativeLibc = false;
|
||||
isGNU = true;
|
||||
hostPlatform = localSystem;
|
||||
targetPlatform = localSystem;
|
||||
cc = prevStage.gcc-unwrapped;
|
||||
libc = self.glibc;
|
||||
|
||||
Reference in New Issue
Block a user