mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 14:15:30 -04:00
trying to fix the DONTHAVEM64OPT jungle https://github.com/nwchemgit/nwchem/issues/864#issuecomment-1773779486
This commit is contained in:
parent
63807c6156
commit
da396abbc1
1 changed files with 1 additions and 3 deletions
|
|
@ -2119,12 +2119,11 @@ ifneq ($(TARGET),LINUX)
|
|||
|
||||
FOPTIMIZE = -O2
|
||||
|
||||
ifeq ($(_CPU),aarch64)
|
||||
ifeq ($(_CPU),$(findstring $(_CPU),aarch64 mips64 loongarch64 riscv64 alpha ia64 hppa))
|
||||
DONTHAVEM64OPT=Y
|
||||
endif
|
||||
|
||||
ifeq ($(_CPU),mips64)
|
||||
DONTHAVEM64OPT=Y
|
||||
COPTIONS = -mabi=64
|
||||
FOPTIONS = -mabi=64
|
||||
FFLAGS_FORGA = -mabi=64
|
||||
|
|
@ -2132,7 +2131,6 @@ ifneq ($(TARGET),LINUX)
|
|||
endif
|
||||
|
||||
ifeq ($(_CPU),riscv64)
|
||||
DONTHAVEM64OPT=Y
|
||||
COPTIONS = -march=rv64gc -mabi=lp64d
|
||||
FOPTIONS = -march=rv64gc -mabi=lp64d
|
||||
FFLAGS_FORGA = -march=rv64gc -mabi=lp64d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue