Makefile.am : Remove lfortran dependency
This commit is contained in:
parent
8b9a91547e
commit
93060eabc7
@ -39,7 +39,7 @@ endif
|
|||||||
|
|
||||||
# Linux specific
|
# Linux specific
|
||||||
if OS_LINUX
|
if OS_LINUX
|
||||||
MYLIBS += -lsatlas -lgfortran
|
MYLIBS += -lsatlas
|
||||||
if OS_64
|
if OS_64
|
||||||
AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic
|
AM_LDFLAGS += -L/usr/lib64/atlas -L/usr/lib64 -Wl,-Bstatic -lasound -Wl,-Bdynamic
|
||||||
MYLIBS += -lrt -lm
|
MYLIBS += -lrt -lm
|
||||||
|
Loading…
Reference in New Issue
Block a user