[BACK]Return to Makefile.SH CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / pari-2.2 / src / kernel / sparcv8

Diff for /OpenXM_contrib/pari-2.2/src/kernel/sparcv8/Attic/Makefile.SH between version 1.1 and 1.2

version 1.1, 2001/10/02 11:17:09 version 1.2, 2002/09/11 07:27:02
Line 7 
Line 7 
 #   compiled with gcc or with cc. We should try to find a workaround.  #   compiled with gcc or with cc. We should try to find a workaround.
 # For NextStep or Linux  # For NextStep or Linux
 #   We don't accept "asm inline" since it does not work (Ptitboul)  #   We don't accept "asm inline" since it does not work (Ptitboul)
   
 if test -z "$__gnuc__" -o "$osname" = "nextstep" -o "$osname" = "linux"; then  
   kernel="$kernel kernel2"  
 fi  
 if test "$gnuas" = "yes"; then do_cpp=yes; fi  if test "$gnuas" = "yes"; then do_cpp=yes; fi
   
 ker=$src/kernel/sparcv8  ker=$src/kernel/sparcv8

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>