bugfix for cross compiling
This commit is contained in:
parent
33e37d01b3
commit
c40538eaeb
|
@ -1,7 +1,8 @@
|
||||||
include ../make.inc
|
include ../make.inc
|
||||||
|
|
||||||
.SUFFIXES : .o .f
|
.SUFFIXES : .o .f
|
||||||
all: testlsame testslamch testdlamch testsecond testdsecnd testieee testversion
|
# all: testlsame testslamch testdlamch testsecond testdsecnd testieee testversion
|
||||||
|
all: slamch.o dlamch.o
|
||||||
|
|
||||||
testlsame: lsame.o lsametst.o
|
testlsame: lsame.o lsametst.o
|
||||||
$(LOADER) $(LOADOPTS) -o testlsame lsame.o lsametst.o
|
$(LOADER) $(LOADOPTS) -o testlsame lsame.o lsametst.o
|
||||||
|
|
|
@ -14,8 +14,7 @@ lib: lapacklib tmglib
|
||||||
clean: cleanlib cleantesting cleanblas_testing cleancblas_testing
|
clean: cleanlib cleantesting cleanblas_testing cleancblas_testing
|
||||||
|
|
||||||
lapack_install:
|
lapack_install:
|
||||||
( cd INSTALL; $(MAKE); ./testlsame; ./testslamch; ./testdlamch; \
|
( cd INSTALL; $(MAKE); )
|
||||||
./testsecond; ./testdsecnd; ./testieee; ./testversion )
|
|
||||||
|
|
||||||
blaslib:
|
blaslib:
|
||||||
( cd BLAS/SRC; $(MAKE) )
|
( cd BLAS/SRC; $(MAKE) )
|
||||||
|
|
Loading…
Reference in New Issue