History log of /openbsd-src/gnu/usr.bin/cc/include/Makefile (Results 1 – 14 of 14)
Revision Date Author Comments
# 3367dcf5 21-Dec-2019 espie <espie@openbsd.org>

a few depend:-related thingies that were still in.

okay millert@, tb@


# 73a117a4 08-Nov-2016 tb <tb@openbsd.org>

Set the permissions of the specs file explicitly so that they don't
depend on the umask. Install headers and info files with group bin
like all the other headers and info files.

ok stefan


# b718d5d4 16-Oct-2016 tb <tb@openbsd.org>

Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,
and add prereq targets, so some header files are generated by BUILDUSER
during 'make prereq' instead of by root during 'make

Move libcrypto, librpcsvc and gnu/usr.bin/cc/include from RDIRS to PRDIRS,
and add prereq targets, so some header files are generated by BUILDUSER
during 'make prereq' instead of by root during 'make includes'.

Switch the order of 'make cleandir' and 'make includes' during 'make build'
so we don't generate many files twice.

Except for some machine@ symlinks from ${MACHINE}/stand, /usr/obj is now
clean from files generated by root during 'make build'. Those will be
cleaned up in a second step.

help, testing & ok deraadt, input from natano, further testing rpe

show more ...


# 9b7c3dbb 01-Sep-2016 patrick <patrick@openbsd.org>

Switch OpenBSD/armv7 to ARM EABI (soft-float). This is a complete ABI
break which cannot be easily crossed.

ok kettenis@ jsg@


# b026891c 10-Sep-2014 jsg <jsg@openbsd.org>

Add cpuid.h from clang r197399 with additional feature bits,
and defines for compatibility with the equivalent gcc header.

cpuid.h was introduced in gcc 4.3 and a compatible header has
been included

Add cpuid.h from clang r197399 with additional feature bits,
and defines for compatibility with the equivalent gcc header.

cpuid.h was introduced in gcc 4.3 and a compatible header has
been included with recent versions of clang.

Earlier version ok miod@. Tested in a ports bulk build by landry@.

show more ...


# b17098b0 17-May-2010 naddy <naddy@openbsd.org>

always provide "includes" target


# 67b9f146 16-May-2010 espie <espie@openbsd.org>

install unwind.h, like for gcc3.
problem spotted by matthieu/naddy
okay kettenis@, matthieu@


# 24b66d92 10-May-2010 drahn <drahn@openbsd.org>

Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general

Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible
complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco,
with fixes from espie@.
ok espie@ general mumbling of approval of others.

show more ...


# d1342379 10-May-2010 marco <marco@openbsd.org>

Fix tags target

ok oga kettenis

committed in the skys over the continental us :-)


# 86e5f099 06-May-2010 robert <robert@openbsd.org>

Add missing cleandir target


# 43697809 04-May-2010 naddy <naddy@openbsd.org>

add infrastructure to build GCC 4.2.1 for OpenBSD/alpha; ok kettenis@


# f9e8e93e 25-Apr-2010 kettenis <kettenis@openbsd.org>

Add infrastructure to build GCC 4.2.1 for OpenBSD/hppa.


# b6b663ca 17-Nov-2009 robert <robert@openbsd.org>

make this build on sparc64


# 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.