[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amiga / stand / bootblock / boot

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/amiga/stand/bootblock/boot/Makefile between version 1.60 and 1.61

version 1.60, 2022/04/29 06:48:22 version 1.61, 2022/04/29 06:56:56
Line 93  CFLAGS= -ffreestanding ${COPTIM} ${INCPA
Line 93  CFLAGS= -ffreestanding ${COPTIM} ${INCPA
 CFLAGS+= -Werror  CFLAGS+= -Werror
 CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith  CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith
   
 # XXX work around a gcc 4.5 bug  
 COPTS.cread.c = -O1  
   
 .c.o:  .c.o:
         ${_MKTARGET_COMPILE}          ${_MKTARGET_COMPILE}
         ${CC} ${CFLAGS} ${COPTS.${.IMPSRC:T}} -S $< -o $*.s          ${CC} ${CFLAGS} ${COPTS.${.IMPSRC:T}} -S $< -o $*.s

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61

CVSweb <webmaster@jp.NetBSD.org>