~marcodalessandro76/bigdft/1.8

« back to all changes in this revision

Viewing changes to spred/config/m4/pic.m4

  • Committer: marco.dalessandro at cnr
  • Date: 2018-12-27 10:54:43 UTC
  • mfrom: (2095.1.6 bigdft)
  • Revision ID: marco.dalessandro@ism.cnr.it-20181227105443-qz9x5ya1137gr5ev
modified files before pull the new 1.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  {
25
25
     # default result to be checked
26
26
     ax_compiler_export_symbols='-E'
27
 
     ax_compiler_rpath='-rpath '
 
27
     ax_compiler_rpath='-rpath='
28
28
     case $[1] in
29
 
      #ax_compiler_rpath='-rpath='
30
29
      # GCC compiler.
31
30
      gcc*)
32
31
        ax_compiler_wl='-Wl,'
33
32
        ax_compiler_pic='-fPIC'
34
33
        ax_compiler_static='-static'
35
34
        ax_compiler_export_symbols='-E'
36
 
        ax_compiler_rpath='-rpath '
37
 
        ;;
38
 
      # Clang compiler.
39
 
      *Homebrew* | Apple*)
40
 
        ax_compiler_wl='-Wl,'
41
 
        ax_compiler_pic='-fPIC'
42
 
        ax_compiler_static='-static'
43
 
        ax_compiler_export_symbols='-E'
44
 
        ax_compiler_rpath='-rpath '
 
35
        ax_compiler_rpath='-rpath='
45
36
        ;;
46
37
      # old Intel for x86_64 which still supported -KPIC.
47
38
      ecc*)