Skip to content
Snippets Groups Projects
Forked from elpa / elpa
2230 commits behind the upstream repository.
  • Lorenz Huedepohl's avatar
    f4aece79
    Workaround for PGI compiler · f4aece79
    Lorenz Huedepohl authored
    PGI's compiler wants
    
      -module
    
    as the flag to specify the module output directory. Sadly, this is also
    a libtool argument, resulting in much sorrow.
    
    Thus, we have to escape -module by prefixing it with -Xcompiler. Sadly
    libtool is not used everywhere by automake, thus we have to remove it
    again in those cases were it would be passed to the compiler and cause
    sorrow there.
    
    Sad story. But with a happy ending?
    f4aece79
    History
    Workaround for PGI compiler
    Lorenz Huedepohl authored
    PGI's compiler wants
    
      -module
    
    as the flag to specify the module output directory. Sadly, this is also
    a libtool argument, resulting in much sorrow.
    
    Thus, we have to escape -module by prefixing it with -Xcompiler. Sadly
    libtool is not used everywhere by automake, thus we have to remove it
    again in those cases were it would be passed to the compiler and cause
    sorrow there.
    
    Sad story. But with a happy ending?
remove_xcompiler 131 B