diff options
Diffstat (limited to 'config/powerpc-apple')
-rw-r--r-- | config/powerpc-apple | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config/powerpc-apple b/config/powerpc-apple index 4db2887..96163e9 100644 --- a/config/powerpc-apple +++ b/config/powerpc-apple @@ -24,23 +24,6 @@ if test "X-" = "X-$FC"; then fi -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the AIX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - case $FC_BASENAME in xlf) F9XSUFFIXFLAG="-qsuffix=f=f90 -qfree=f90" |