This is the mail archive of the gcc-help@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]
Other format: [Raw text]

How to prevent pre-inlcude of stdc-predef.h


I use gcc to prepare input to a static analysis tool (Frama-C).
Unfortunately, this tool is picky about stdc-predef.h, so I have tried
to get rid of it. I have tried the options -nostdinc, -ffreestanding,
-fno-builtin, and -fno-hosted, but all of these failed.

I use gcc version 4.8.2 and ArchLinux 3.13.7-1-ARCH.

Does anyone know how to disable pre-include effectively?

Frank


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