History log of /openbsd/gnu/usr.bin/gcc/gcc/config/m68k/openbsd.h (Results 1 – 7 of 7)
Revision Date Author Comments
# 1d8eec8d 20-Nov-2012 miod <miod@openbsd.org>

Convert to new world order by defining TARGET_OS_CPP_BUILTINS instead of
CPP_PREDEFINES; try to deuglify CPP_SPEC whenever possible as well.


# 9f46d2f9 12-Apr-2012 kurt <kurt@openbsd.org>

Remove incorrect -pthread preprocessor define _POSIX_THREADS and replace
with _REENTRANT. Also remove undef _POSIX_THREADS in phread.h.
From brad@comstyle.com. okay guenther@


# a9d36ad6 26-Jul-2009 kurt <kurt@openbsd.org>

- revert thread model posix since it broke the build for hppa. will revist
when all archs are fully tested and working.
- major bump libstdc++


# 1a1b5b77 25-Jul-2009 kurt <kurt@openbsd.org>

- enable thread model posix for gcc 3 which makes dwarf2 exception
handling thread safe and enables thread safety for libstdc++
- include -D_REENTRANT when -pthread cpp arg is present (needed so
boos

- enable thread model posix for gcc 3 which makes dwarf2 exception
handling thread safe and enables thread safety for libstdc++
- include -D_REENTRANT when -pthread cpp arg is present (needed so
boost can detect -pthread on the command line).
- bump libstdc++ major

See faq/current.html for instructions on how to correctly build
userland for this change.

okay kettenis@

show more ...


# 49573e75 16-Jun-2007 millert <millert@openbsd.org>

INTMAX_TYPE and UINTMAX_TYPE are always in terms of long long on
OpenBSD, regardless of the size of a long.
OK kettenis@ espie@


# 0bf93e2a 13-Jan-2006 millert <millert@openbsd.org>

Adapt to the machine/_types.h changes; size_t and ptrdiff_t are now
defined in terms of long, not int on all architectures.


# c87b03e5 29-Nov-2003 espie <espie@openbsd.org>

Import gcc-3.3.2. Only the compiler. ada frontend removed for space
considerations.