bogus dmasound.o module (was: Re: 2.4.0-test4 success (Re: affs))

Takashi Oe toe at unlserve.unl.edu
Sun Jul 30 09:02:31 EST 2000


On Sat, 29 Jul 2000, Olaf Hering wrote:

> Is PPC really defined? At least (sparc) is wrong and should be
> __sparc__. PPC should proably be __powerpc__.
> It is from current benh tree.

[dev at ofey tmp]$ cat t.c
#include <stdio.h>

int main()
{
#ifdef PPC
        printf("PPC is defined\n");
#else
        printf("PPC is not defined\n");
#endif
        return 0;
}
[dev at ofey tmp]$ gcc -o t t.c
[dev at ofey tmp]$ ./t
PPC is defined
[dev at ofey tmp]$ gcc -v
Reading specs from /usr/lib/gcc-lib/ppc-redhat-linux/2.95.2/specs
gcc version 2.95.2 19991024 (release/franzo)
[dev at ofey tmp]$


Takashi Oe


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list