Module Name: src Committed By: mrg Date: Fri Jul 1 03:58:10 UTC 2011
Modified Files: src/bin/csh: Makefile Log Message: add a comment to confirm a workaround as only being a GCC 4.1 issue. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/bin/csh/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/bin/csh/Makefile diff -u src/bin/csh/Makefile:1.29 src/bin/csh/Makefile:1.30 --- src/bin/csh/Makefile:1.29 Sat Oct 25 22:27:34 2008 +++ src/bin/csh/Makefile Fri Jul 1 03:58:10 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2008/10/25 22:27:34 apb Exp $ +# $NetBSD: Makefile,v 1.30 2011/07/01 03:58:10 mrg Exp $ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # # C Shell with process control; VM/UNIX VAX Makefile @@ -48,6 +48,7 @@ SUBDIR+=USD.doc .endif +# XXX Only GCC 4.1 problem .if defined(HAVE_GCC) && ${HAVE_GCC} == 4 && ${MACHINE_ARCH} == "vax" COPTS.parse.c+= -O0 .endif