diff options
author | Sebastien Fabbro <sfabbro@uvic.ca> | 2013-07-24 09:37:16 -0700 |
---|---|---|
committer | Sebastien Fabbro <sfabbro@uvic.ca> | 2013-07-25 14:08:37 -0700 |
commit | 9f0fb6e66222f34e5cb4d4c78bceb60c1c38bc6f (patch) | |
tree | 29febbae87e9eb1cabc08c720674de6f69da8ba8 /ctest | |
parent | 63f14189e307b05b2c6c29281a41244a894f1eb2 (diff) | |
download | openblas-9f0fb6e66222f34e5cb4d4c78bceb60c1c38bc6f.tar.gz openblas-9f0fb6e66222f34e5cb4d4c78bceb60c1c38bc6f.tar.bz2 openblas-9f0fb6e66222f34e5cb4d4c78bceb60c1c38bc6f.zip |
Respect user's LDFLAGS
Diffstat (limited to 'ctest')
-rw-r--r-- | ctest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctest/Makefile b/ctest/Makefile index b1295640f..099116895 100644 --- a/ctest/Makefile +++ b/ctest/Makefile @@ -77,7 +77,7 @@ endif clean :: rm -f x* -FLDFLAGS = $(FFLAGS:-fPIC=) +FLDFLAGS = $(FFLAGS:-fPIC=) $(LDFLAGS) CEXTRALIB = # Single real |