Index: src/untrusted/irt/nacl.scons |
diff --git a/src/untrusted/irt/nacl.scons b/src/untrusted/irt/nacl.scons |
index f98d07dd07b31b80a39aefb6ee5b195b9ee2e2a9..bdac1e0f445a51991718a735caeccef8f70e9fa9 100644 |
--- a/src/untrusted/irt/nacl.scons |
+++ b/src/untrusted/irt/nacl.scons |
@@ -16,7 +16,7 @@ if env.Bit('nacl_glibc'): |
blob_env = env.Clone() |
blob_env.Append(LINKFLAGS=[blob_env.RodataSwitch('${IRT_BLOB_DATA_START}'), |
- '-Wl,-Ttext-segment=${IRT_BLOB_CODE_START}']) |
+ blob_env.TextSwitch('${IRT_BLOB_CODE_START}')]) |
irt_support_sources = [ |
'irt_malloc.c', |