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]
Other format: [Raw text]

Re: [PATCH] USER_H tweak for NetBSD


On Sat, Dec 07, 2002 at 11:25:49PM +0100, Krister Walfridsson wrote:

 > > 	* config/t-netbsd (USER_H): Set to $(EXTRA_HEADERS).
 > 
 > NetBSD does not have stdbool.h, so you need to add it to USER_H.

Actually, it does, but it is not installed by default, since the system
compiler doesn't grok the "_Bool" type.

I suppose I could add stdbool.h back to USER_H, but once NetBSD integrates
GCC 3.3, I'm going to want to remove it again.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>


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