History log of /openbsd-src/gnu/usr.bin/cc/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# bdfcf93e 29-Mar-2024 miod <miod@openbsd.org>

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@


# 55fd366b 24-Jul-2017 robert <robert@openbsd.org>

build cpp on gcc4 architectures only, as clang ships with its own

ok naddy@


# 09fbf965 18-May-2013 miod <miod@openbsd.org>

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

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.

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.