Changeset 124 for LMDZ.3.3


Ignore:
Timestamp:
Sep 8, 2000, 11:28:40 AM (24 years ago)
Author:
lmdz
Message:

L'option pour specifier ou trouver les modules pour le cross-compilo NEC est
-I et non -M
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/trunk/makegcm

    r106 r124  
    687687else if $XNEC then
    688688 set optim90=" $optim90 -I$libo "
    689  set optimtru90=" $optimtru90 -M$libo "
     689 set optimtru90=" $optimtru90 -I$libo "
    690690else if $LINUX then
    691691 set optim90=" -fast -module $libo "
Note: See TracChangeset for help on using the changeset viewer.