aboutsummaryrefslogtreecommitdiff
path: root/tools/gccld/gccld.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gccld/gccld.h')
-rw-r--r--tools/gccld/gccld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gccld/gccld.h b/tools/gccld/gccld.h
index 5b7bdf1c47..b1649f0747 100644
--- a/tools/gccld/gccld.h
+++ b/tools/gccld/gccld.h
@@ -45,6 +45,7 @@ GenerateNative (const std::string &OutputFilename,
const sys::Path &gcc,
char ** const envp,
bool Shared,
+ bool ExportAllAsDynamic,
const std::string &RPath,
const std::string &SOName,
bool Verbose=false);