This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

__ASSEMBLER__ vs. ASSEMBLER


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)

Thanks,
~Chris


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]