[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.6 and 1.7

version 1.6, 2012/09/02 03:55:46 version 1.7, 2012/09/02 03:56:18
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+= -O0  COPTS+= -O1
 .endif  .endif
   
 beforedepend: termsort.c  beforedepend: termsort.c

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