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 /Makefile.x86_64 | |
parent | 63f14189e307b05b2c6c29281a41244a894f1eb2 (diff) | |
download | openblas-9f0fb6e66222f34e5cb4d4c78bceb60c1c38bc6f.tar.gz openblas-9f0fb6e66222f34e5cb4d4c78bceb60c1c38bc6f.tar.bz2 openblas-9f0fb6e66222f34e5cb4d4c78bceb60c1c38bc6f.zip |
Respect user's LDFLAGS
Diffstat (limited to 'Makefile.x86_64')
-rw-r--r-- | Makefile.x86_64 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile.x86_64 b/Makefile.x86_64 index b939e5459..c8d4b237b 100644 --- a/Makefile.x86_64 +++ b/Makefile.x86_64 @@ -2,25 +2,12 @@ ifeq ($(OSNAME), SunOS) ifdef BINARY64 -LDFLAGS = -64 ifeq ($(F_COMPILER), SUN) FCOMMON_OPT += -m64 endif endif endif -ifeq ($(OSNAME), FreeBSD) -LDFLAGS = -m elf_x86_64_fbsd -endif - -ifeq ($(OSNAME), Linux) -LDFLAGS = -m elf_x86_64 -endif - -ifeq ($(OSNAME), Darwin) -LDFLAGS = -endif - ifeq ($(OSNAME), Interix) ARFLAGS = -m x64 endif |