~ubuntu-branches/ubuntu/vivid/atlas/vivid

« back to all changes in this revision

Viewing changes to CONFIG/CCmake.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-09-17 23:31:54 UTC
  • mto: (2.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090917233154-9esw88ub02twbuab
Tags: upstream-3.8.3
ImportĀ upstreamĀ versionĀ 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#  ---------------------------------------------------------------------------
3
 
#  Various C compilers, and the linker to be used when we are not linking in
4
 
#  non-ATLAS BLAS (which usually necessitate using the Fortran linker).
5
 
#  The C compilers recognized by ATLAS are:
6
 
#     CC :  Compiler to use to compile regular, non-generated code
7
 
#    MCC :  Compiler to use to compile generated, highly-optimized code
8
 
#    XCC :  Compiler to be used on the compile engine of a cross-compiler
9
 
#  These will typically all be the same.  An example of where this is not
10
 
#  the case would be DEC ALPHA 21164, where you want to use gcc for MCC,
11
 
#  because DEC's cc does not allow the programmer access to all 32 floating
12
 
#  point registers.  However, on normal C code, DEC's cc produces much faster
13
 
#  code than gcc, so you CC set to cc.  Of course, any system where you are
14
 
#  cross-compiling, you will need to set XCC differently than CC & MCC.
15
 
#  ---------------------------------------------------------------------------