Temp hack for F32 aarch64 until they fix gcc PIC flags
This commit is contained in:
parent
9d271f4752
commit
7231dd36d0
@ -6,7 +6,12 @@
|
|||||||
# so uncomment and define to use
|
# so uncomment and define to use
|
||||||
#global opt_cflags
|
#global opt_cflags
|
||||||
%global opt_cxx g++
|
%global opt_cxx g++
|
||||||
|
%ifarch aarch64
|
||||||
|
# TEMP: hack for F32 aarch64 until they fix gcc PIC flags
|
||||||
|
%global opt_cxxflags -fPIC
|
||||||
|
%else
|
||||||
#global opt_cxxflags
|
#global opt_cxxflags
|
||||||
|
%endif
|
||||||
%global opt_f77 gfortran
|
%global opt_f77 gfortran
|
||||||
#global opt_fflags
|
#global opt_fflags
|
||||||
%global opt_fc gfortran
|
%global opt_fc gfortran
|
||||||
|
Loading…
Reference in New Issue
Block a user