From owner-cvs-usrbin Mon Nov 4 14:03:10 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03612 for cvs-usrbin-outgoing; Mon, 4 Nov 1996 14:03:10 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03493; Mon, 4 Nov 1996 14:02:04 -0800 (PST) Date: Mon, 4 Nov 1996 14:02:04 -0800 (PST) From: Jeffrey Hsu Message-Id: <199611042202.OAA03493@freefall.freebsd.org> To: peter Subject: Re: cvs commit: src/usr.bin/yacc skeleton.c Cc: cvs-all, CVS-committers, cvs-usrbin Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk With this change, I was able to make the Cygnus gcc using our yacc instead of bison. You should be able to compile the FSF gcc too. The only other change that Cygnus makes is in the makefiles to do an explicit move of y.tab.c and y.tab.h because byacc doesn't have the -o option.