Lines Matching refs:user
69 foreach (@{$useradd{CPPDEFINES}}, @{$user{CPPFLAGS}}) {
117 $user{CC} = "clang" if ($user{CC} !~ m|clang|);
119 $user{CC} = "$tridefault$api-clang";
121 $user{CROSS_COMPILE} = undef;
123 $user{AR} = "llvm-ar";
124 $user{ARFLAGS} = [ "rs" ];
125 $user{RANLIB} = ":";
128 my $cc = $user{CC} // "clang";
137 $user{CC} = $cc;
138 $user{CROSS_COMPILE} = "$triarch-";
139 } elsif ($user{CC} eq "clang") {
146 $user{CROSS_COMPILE} = "$triarch-";