Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 1999 21:55:35 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Brian Fundakowski Feldman <green@FreeBSD.org>
Cc:        Jean-Marc Zucconi <jmz@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/x11/XFree86 Makefile
Message-ID:  <Pine.BSF.4.10.9911242151500.2406-100000@alphplex.bde.org>
In-Reply-To: <Pine.BSF.4.10.9911231801170.26050-100000@green.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Nov 1999, Brian Fundakowski Feldman wrote:

> On Tue, 23 Nov 1999, Jean-Marc Zucconi wrote:
> 
> >  > 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)
> 
> Ah, but gcc -E - < file?

"gcc -E -x c file" is better for putting in a macro.

Bruce



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?Pine.BSF.4.10.9911242151500.2406-100000>