On Fri, Dec 28, 2001 at 11:02:33PM -0500, Roland McGrath wrote:
> > marcus@stampede:~$ cpp -E -undef -dM /dev/null
> > #define __i386__ 1
> > #define __i386 1
> > #define i386 1
> >
> > It drops linux and unix, but not i386. The include got broken, but that was
> > in a change to gnumach's I/O b
> marcus@stampede:~$ cpp -E -undef -dM /dev/null
> #define __i386__ 1
> #define __i386 1
> #define i386 1
>
> It drops linux and unix, but not i386. The include got broken, but that was
> in a change to gnumach's I/O bitmap frobbing that never went into the CVS,
> and probably never will.
Hmm.
On Fri, Dec 28, 2001 at 10:41:28PM -0500, Roland McGrath wrote:
> It's set to cat because we're using migcom on cpp output here.
Ah, ok.
> > A third possibility is to drop the -undef again, because it does not work
> > anyway (i386 is still defined to 1 in gcc). Roland, you did this change,
> >
> Well, another possibility is to just drop the -cc flag, because "gcc -E -x c"
> is the default already (why is it set to cat anyway?).
It's set to cat because we're using migcom on cpp output here. One of the
reasons the hurd makefiles run cpp directly instead of letting the mig
script do it i
On Mon, Dec 03, 2001 at 04:13:06PM +0100, Alfred M. Szmidt wrote:
> * Marcus Brinkmann writes:
> > Hi, Roland added cppflags=-undef to mig's invocation to cpp. The
> > Hurd replaces mig with cat and then "cat -undef" is invoked, leading
> > to an error.
>
> > What is the right fix for this?
>
>
* Marcus Brinkmann writes:
> Hi, Roland added cppflags=-undef to mig's invocation to cpp. The
> Hurd replaces mig with cat and then "cat -undef" is invoked, leading
> to an error.
> What is the right fix for this?
I already suggested a possible fix for this, but nobody other then you replied
to
Hi,
Roland added cppflags=-undef to mig's invocation to cpp. The Hurd replaces
mig with cat and then "cat -undef" is invoked, leading to an error.
What is the right fix for this?
Marcus
--
`Rhubarb is no Egyptian god.' Debian http://www.debian.org [EMAIL PROTECTED]
Marcus Brinkmann