Temp hack for F32 aarch64 until they fix gcc PIC flags

This commit is contained in:
Philip Kovacs 2019-08-29 23:12:32 -04:00
parent 9d271f4752
commit 7231dd36d0
1 changed files with 5 additions and 0 deletions

View File

@ -6,7 +6,12 @@
# so uncomment and define to use
#global opt_cflags
%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
%endif
%global opt_f77 gfortran
#global opt_fflags
%global opt_fc gfortran