OpenBSD release(s):
1.2 (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 50 49 48),
1.1.1.1 (47),
Tags:
1.1.1 (robert),
1.1.1.1 (robert_20091015),
revision 1.3/
(Download) -
annotate -
Sun, 05 Jul 2026 21:23:53 UTC by naddy
Changes since 1.2:
+1 -3
(diff)
retire the cpp.sh script and install the cpp binary directly in /usr/bin
The cpp.sh wrapper script no longer serves any purpose:
* We no longer force the preprocessor into -traditional mode.
* Our compilers already define __GNUC__ for the preprocessor.
* The location of cpp is well known.
* Our compilers only use the standard include paths by default.
gcc4 testing by miod@
revision 1.2/
(Download) -
annotate -
Mon, 03 May 2010 18:34:42 UTC by drahn
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 50 49 48
Changes since 1.1:
+3 -1
(diff)
install cpp at /usr/libexec/ as with gcc2/3
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
OpenBSD release(s): 47
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.