summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-01 13:22:57 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-01 13:31:53 +0100
commit40ab4b2b76189804cbf3f778cbe936ca9466fa2c (patch)
tree73ede68090e94c3fc7acc618d10231ec6e34d3e5 /include
parentf9fe35dbf1b5c37d7ced0e7ea35c13de16b9e9e3 (diff)
downloadllvm-40ab4b2b76189804cbf3f778cbe936ca9466fa2c.tar.gz
llvm-40ab4b2b76189804cbf3f778cbe936ca9466fa2c.tar.bz2
llvm-40ab4b2b76189804cbf3f778cbe936ca9466fa2c.tar.xz
[Embtk] Give ability to specify default linker hash-style
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 25e7d761e2..a3fc22a0e6 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -24,6 +24,9 @@
/* Default FPU to use to all compiler invocations, in case of hard float. */
#undef DEFAULT_TARGET_FPU
+/* Default hash-style to use to all linker invocations. */
+#undef DEFAULT_TARGET_HASHSTYLE
+
/* Default cpu (-mcpu=cpu) to use to all compiler invocations. */
#undef DEFAULT_TARGET_MCPU