summaryrefslogtreecommitdiff
path: root/include/llvm/Config/llvm-config.h.in
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-05-05 17:14:02 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-05-05 17:14:02 +0200
commit32e1613ce8f734d858831c228c36da70d783c0cd (patch)
treec1027539beb1cd7312e65b41032927cc89fd69ee /include/llvm/Config/llvm-config.h.in
parentb8b4ff534dc61e271ccf3a68ec6c87d9eb7da4ad (diff)
downloadllvm-32e1613ce8f734d858831c228c36da70d783c0cd.tar.gz
llvm-32e1613ce8f734d858831c228c36da70d783c0cd.tar.bz2
llvm-32e1613ce8f734d858831c228c36da70d783c0cd.tar.xz
[Embtk] give ability to specify default FPU to use at configure time
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'include/llvm/Config/llvm-config.h.in')
-rw-r--r--include/llvm/Config/llvm-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm/Config/llvm-config.h.in b/include/llvm/Config/llvm-config.h.in
index 09d54cc521..5bb7398e7a 100644
--- a/include/llvm/Config/llvm-config.h.in
+++ b/include/llvm/Config/llvm-config.h.in
@@ -28,6 +28,9 @@
/* Default float abi to use to all compiler invocations. */
#undef LLVM_DEFAULT_TARGET_FLOAT
+/* Default FPU to use to all compiler invocations, in case of hard float. */
+#undef LLVM_DEFAULT_TARGET_FPU
+
/* Default cpu (-mcpu=cpu) to use to all compiler invocations. */
#undef LLVM_DEFAULT_TARGET_MCPU