This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


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

Re: i386-netbsdelf description


On Sun, Jul 15, 2001 at 11:43:38AM +1000, matthew green wrote:
> #ifdef HAVE_KPRINTF_ATTRIBUTE
> #define CPP_PREDEFINES "\
> -Di386 -D__NetBSD__ -D__ELF__ -D__KPRINTF_ATTRIBUTE__ \
> -Asystem(unix) -Asystem(NetBSD)"

Where is HAVE_KPRINTF_ATTRIBUTE supposed to get defined?
What does it mean?

> #define bsd4_4

This is not needed or used.

> /** We don't have the C++ support for this (yet). */
> #undef DWARF2_UNWIND_INFO
> #define DWARF2_UNWIND_INFO 0

You don't want to set this -- there's basically no extra support
you have to have for ELF.


r~


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