History log of /openbsd-src/gnu/usr.bin/cc/cc_int/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# b10401b7 15-Sep-2011 nicm <nicm@openbsd.org>

Port the -Wbounded extension from gcc3 to gcc4. Based on work started by
jasper@.

This omits the sizeof(pointer) tracking which is very difficult to
implement for gcc4 due to internal changes.

Than

Port the -Wbounded extension from gcc3 to gcc4. Based on work started by
jasper@.

This omits the sizeof(pointer) tracking which is very difficult to
implement for gcc4 due to internal changes.

Thanks to landry@ for running through a ports bulk build and both
landry@ and jasper@ for fixing a few issues.

ok deraadt millert jasper

show more ...


# cfee5d1b 18-Oct-2009 kurt <kurt@openbsd.org>

Replace mmap/default precompiled header support using a brk/sbrk
implementation since random mmap breaks the default approach.
Note that gcc may not be compiled with PIE support or it will
break this

Replace mmap/default precompiled header support using a brk/sbrk
implementation since random mmap breaks the default approach.
Note that gcc may not be compiled with PIE support or it will
break this implementation too.

show more ...


# caccadbf 15-Oct-2009 robert <robert@openbsd.org>

Import a BSD make based infrastructure for building gcc, based on the
same solution from FreeBSD.
Don't even try to build it at the moment. This is commited so people can
work on it in tree.