Chromium Code Reviews| Index: src/trusted/service_runtime/build.scons |
| diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons |
| index 5866d6a9a69a0b376d6c868ff0b7598972d2c017..2f5a2b86b8b74345b9ec722c338c146dadaedbff 100644 |
| --- a/src/trusted/service_runtime/build.scons |
| +++ b/src/trusted/service_runtime/build.scons |
| @@ -354,7 +354,7 @@ if ((not env.Bit('coverage_enabled') or not env.Bit('windows')) and |
| env.EnsureRequiredBuildWarnings() |
| # Bootstrap loader used on Linux. |
| -if env.Bit('linux') and not env.CrossToolsBuild(): |
| +if env.Bit('linux') and not env.CrossToolsBuild() and not env.Bit('built_elsewhere'): |
|
robertm
2012/03/22 14:09:37
line length
(google.com) Derek Schuff
2012/03/22 16:10:25
Done.
|
| bootstrap_env = env.Clone() |
| bootstrap_env.Replace(CLANG_OPTS='') |
| bootstrap_env.FilterOut(CCFLAGS=['-fstack-protector', '-fPIC', '-fPIE', |