Date: Tue, 23 Nov 1999 14:48:32 +0100 (MET) From: Jean-Marc Zucconi <jmz@FreeBSD.ORG> To: green@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/XFree86 Makefile Message-ID: <199911231348.OAA85715@qix.jmz.org> In-Reply-To: <Pine.BSF.4.10.9911222359410.15071-100000@org.dyndns.org> (message from Brian Fundakowski Feldman on Tue, 23 Nov 1999 00:20:57 -0500 (EST)) References: <Pine.BSF.4.10.9911222359410.15071-100000@org.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> Brian Fundakowski Feldman writes: > On Mon, 22 Nov 1999, Jean-Marc Zucconi wrote: >> jmz 1999/11/22 20:49:34 PST >> >> Modified files: >> x11/XFree86 Makefile >> Log: >> Unbreak for pre-gcc 2.95 systems > Why don't you switch it to gcc -E for all of them? This will not work. gcc -E processes .c files only. In particular it ignores assembly language files: cc -E -traditional -DUSE_GAS -D__ELF__ -I. -I../../../../../programs/Xserver/h w/xfree86/common -I../../../../../programs/Xserver/hw/xfree86/os-support -I../../../../../programs/Xserver/include -I../../../../../exports/include/X1 1 -I../accel/s3 BUSmemcpy.s | grep -v '^\#' > BUSmemcpy.i *** Error code 1 (continuing) Jean-Marc -- Jean-Marc Zucconi PGP Key: finger jmz@FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911231348.OAA85715>