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


OpenBSD release(s):
1.5 (79 78),  1.4 (77 76),  1.3 (75 74 73 72 71 70 69 68 67 66 65 64 63 62),  1.2 (61 60 59 58 57 56 55 54),  1.1.1.1 (53 52 51 50 49 48 47), 
Tags:
1.1.1.1 (robert_20091015),  1.1.1 (robert), 
revision 1.5/ (Download) - annotate - Mon, 29 Sep 2025 18:29:23 UTC by miod
OpenBSD release(s): 79 78
Changes since 1.4: +2 -2 (diff)
Make obj in all SUBDIR even if COMPILER_VERION != gcc4.

revision 1.4/ (Download) - annotate - Fri, 29 Mar 2024 06:52:50 UTC by miod
OpenBSD release(s): 77 76
Changes since 1.3: +1 -2 (diff)
No longer build the objective-C compiler (cc1obj). Its standard library
(libobjc) had been removed from the build years ago, there is no need to
keep the compiler.
ok beck@ joshua@

revision 1.3/ (Download) - annotate - Mon, 24 Jul 2017 19:23:57 UTC by robert
OpenBSD release(s): 75 74 73 72 71 70 69 68 67 66 65 64 63 62
Changes since 1.2: +4 -1 (diff)
build cpp on gcc4 architectures only, as clang ships with its own

ok naddy@

revision 1.2/ (Download) - annotate - Sat, 18 May 2013 18:18:21 UTC by miod
OpenBSD release(s): 61 60 59 58 57 56 55 54
Changes since 1.1: +2 -1 (diff)
Build and install libgcov on gcc 4 platforms. Build machinery from FreeBSD.
This makes gcc -fprofile-arcs work again.

Regression reported by Azwaw OUSADOU on tech@, thanks for noticing and sorry
for the delay fixing this.

revision 1.1/ (Download) - annotate - Thu, 15 Oct 2009 20:50:19 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:19 UTC by robert
OpenBSD release(s): 53 52 51 50 49 48 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.