From 40ab4b2b76189804cbf3f778cbe936ca9466fa2c Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 1 Jan 2013 13:22:57 +0100 Subject: [Embtk] Give ability to specify default linker hash-style Signed-off-by: Abdoulaye Walsimou Gaye --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/llvm') 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 -- cgit v1.2.3