From 2dfd743d0243454628ff173fbf64165f435e2690 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 31 Dec 2012 00:45:38 +0100 Subject: [Embtk] Give ability to specify default float abi to use Signed-off-by: Abdoulaye Walsimou Gaye --- include/llvm/Config/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 2334d3894e..8644a3e9e0 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -18,6 +18,9 @@ /* Default to all compiler invocations for --sysroot=. */ #undef DEFAULT_SYSROOT +/* Default float abi to use to all compiler invocations. */ +#undef DEFAULT_TARGET_FLOAT + /* Default cpu (-mcpu=cpu) to use to all compiler invocations. */ #undef DEFAULT_TARGET_MCPU -- cgit v1.2.3