CVS Repository/ src/ gnu/ usr.bin/ cc/ cc_int/ Makefile


OpenBSD release(s):
1.3 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51),  1.2 (50 49 48 47), 
Tags:
1.1.1 (robert),  1.1.1.1 (robert_20091015), 
revision 1.3/ (Download) - annotate - Thu, 15 Sep 2011 12:19:12 UTC by nicm
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51
Changes since 1.2: +2 -2 (diff)
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

revision 1.2/ (Download) - annotate - Sun, 18 Oct 2009 02:47:27 UTC by kurt
OpenBSD release(s): 50 49 48 47
Changes since 1.1: +3 -3 (diff)
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.

revision 1.1/ (Download) - annotate - Thu, 15 Oct 2009 20:50:20 UTC by robert
Branch point for: 1.1.1.1
Initial revision

revision 1.1.1.1/ (Download) - annotate - Thu, 15 Oct 2009 20:50:20 UTC by robert
Tags: robert_20091015
Changes since 1.1: None
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.