[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tic

Diff for /src/usr.bin/tic/Makefile between version 1.7 and 1.8

version 1.7, 2012/09/02 03:56:18 version 1.8, 2012/09/10 04:03:36
Line 12 
Line 12 
   
 # Work around gcc optimization bug on sh  # Work around gcc optimization bug on sh
 .if (${MACHINE_ARCH} == sh)  .if (${MACHINE_ARCH} == sh)
 COPTS+= -O1  COPTS+= -O0
 .endif  .endif
   
 beforedepend: termsort.c  beforedepend: termsort.c

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8