aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-02-28 14:53:11 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2015-02-28 14:53:11 +0100
commit33f40b2883630b5ddec3bab5730691b40120faa6 (patch)
tree681192e08f58db226568bfded0a4968f114b1e2a /blas
parent0f82a1d7b7a17302e8dceb370864ba42a6a13102 (diff)
Cygwin does not like weak linking either.
Diffstat (limited to 'blas')
-rw-r--r--blas/xerbla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/blas/xerbla.cpp b/blas/xerbla.cpp
index 8775b88cd..c373e8699 100644
--- a/blas/xerbla.cpp
+++ b/blas/xerbla.cpp
@@ -1,7 +1,7 @@
#include <stdio.h>
-#if (defined __GNUC__) && (!defined __MINGW32__)
+#if (defined __GNUC__) && (!defined __MINGW32__) && (!defined __CYGWIN__)
#define EIGEN_WEAK_LINKING __attribute__ ((weak))
#else
#define EIGEN_WEAK_LINKING