CCVER=gcc46: Minor tweaks for buildworld
[dragonfly.git] / gnu / usr.bin / cc41 / cc_prep / gthr-default.h
1 /* XXX marino: disable GTHREAD_USE_WEAK to deal with gcc 4.6 error
2                weakref '__gthrw_<something>' must have static linkage.
3                GTHREAD is for use with GNAT, the Ada compiler, which isn't
4                even switched on. */
5 #define GTHREAD_USE_WEAK 0
6
7 #include "gthr-posix.h"