DragonFly BSD
DragonFly submit List (threaded) for 2004-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: gcc34 dfport override


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 5 Jan 2004 16:02:33 -0800 (PST)

:
:
:--SUOF0GtieIMvvwua
:Content-Type: text/plain; charset=us-ascii
:Content-Disposition: inline
:
:dfport override for gcc34.  I would like to fix this up and send it to 
:the gcc people.  It appears that __DragonFly__ is not defined when
:building ports.  Whats the prefered method of doing this?  
:
:-Craig
:-- 
:------------------------------------------------------------------------
:Craig Dooley                                            craig@xxxxxxxxxx
:------------------------------------------------------------------------

    __DragonFly__ should be defined when building ports on a native 
    DragonFly machine with the gcc in the code base.

    For gcc34 you would need to add code to define __DragonFly__ ... add
    to the same place where __FreeBSD__ is added.  

    In the native codeset I define both __FreeBSD__ and __DragonFly__,
    mainly to accomodate the ports system.

						-Matt



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]