__ASSEMBLER__ vs. ASSEMBLER
Daniel Jacobowitz
drow@false.org
Sat Aug 6 01:26:00 GMT 2005
On Fri, Aug 05, 2005 at 04:56:01PM -0700, Chris Zankel wrote:
> Hi,
>
> I am working on the Xtensa port of glibc and ran into a minor problem.
>
> It seems that most architecture use __ASSEMBLER__ in conditional
> sections (for example sysdep.h) but Makerule defines ASSEMBLER (without
> the underscores):
>
> S-CPPFLAGS = -DASSEMBLER $(asm-CPPFLAGS)
>
> Should the line in Makerule not be like this?
>
> S-CPPFLAGS = -D__ASSEMBLER__ $(asm-CPPFLAGS)
Your compiler ought to be defining that. Nowadays it's in
libcpp/init.c.
--
Daniel Jacobowitz
CodeSourcery, LLC
More information about the Libc-alpha
mailing list