OpenBSD CVS

CVS log for src/gnu/lib/Makefile


[BACK] Up to [local] / src / gnu / lib

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.26 / (download) - annotate - [select for diffs], Tue Sep 28 08:35:06 2021 UTC (2 years, 8 months ago) by fcambus
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.25: +2 -2 lines
Diff to previous 1.25 (colored)

Link libclang_rt.profile to the build.

"go for it" kettenis@

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jun 9 19:44:55 2021 UTC (2 years, 11 months ago) by mortimer
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored)

Enable libexecinfo.

With some build plumbing help from jsg@

ok kettenis@ sthen@

Revision 1.24 / (download) - annotate - [select for diffs], Sat Jan 2 20:04:36 2021 UTC (3 years, 4 months ago) by patrick
Branch: MAIN
CVS Tags: OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Move Makefiles for libc++ and libc++abi to gnu/lib in preparation for an
upcoming update to those, which will see both codebases heading into the
gnu/llvm dumpster.

Feedback from jsg@
ok deraadt@ kettenis@

Revision 1.23 / (download) - annotate - [select for diffs], Mon Aug 10 21:09:39 2020 UTC (3 years, 9 months ago) by patrick
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Un-hook and re-hook libcompiler_rt.

ok kettenis@

Revision 1.22 / (download) - annotate - [select for diffs], Thu Aug 10 16:06:59 2017 UTC (6 years, 9 months ago) by mortimer
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2
Changes since 1.21: +4 -5 lines
Diff to previous 1.21 (colored)

Unlink libobjc. It is not used in base, and ports are pulling in libobjc2 from ports.
ok bluhm@ sebastia@ dcoppa@

Revision 1.21 / (download) - annotate - [select for diffs], Mon Apr 17 15:53:21 2017 UTC (7 years, 1 month ago) by kettenis
Branch: MAIN
Changes since 1.20: +4 -3 lines
Diff to previous 1.20 (colored)

Change build infrastructure to allow building both gcc and clang.  This
doesn't actually flip the switch yet, so aarch64 continues to be the only
architecture for which we build clang.

ok jsg@, deraadt@

Revision 1.20 / (download) - annotate - [select for diffs], Sat Jan 21 12:40:49 2017 UTC (7 years, 4 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Only build gcc4 libs if COMPILER_VERSION is gcc4.
ok kettenis@ patrick@

Revision 1.19 / (download) - annotate - [select for diffs], Thu Sep 1 15:53:21 2016 UTC (7 years, 9 months ago) by kettenis
Branch: MAIN
Changes since 1.18: +1 -4 lines
Diff to previous 1.18 (colored)

Re-enable libobjc on arm.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Sep 1 11:03:09 2016 UTC (7 years, 9 months ago) by patrick
Branch: MAIN
Changes since 1.17: +4 -1 lines
Diff to previous 1.17 (colored)

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

ok kettenis@ jsg@

Revision 1.17 / (download) - annotate - [select for diffs], Tue Aug 6 19:11:53 2013 UTC (10 years, 9 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.16: +3 -6 lines
Diff to previous 1.16 (colored)

Remove support for COMPILER_VERSION == gcc2.
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4
is the norm and to explicitely test for gcc3 when a different behaviour
is required.
No functional change intended. Be sure to `make install' in share/mk before
attempting to do anything.

Revision 1.16 / (download) - annotate - [select for diffs], Mon Nov 21 01:36:18 2011 UTC (12 years, 6 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.15: +7 -6 lines
Diff to previous 1.15 (colored)

when testing COMPILER_VERSION don't assume the default case is gcc2
ok drahn@

Revision 1.15 / (download) - annotate - [select for diffs], Tue May 25 00:24:58 2010 UTC (14 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

unlink g77 from the build.
as discussed with Theo, so that he can synch set.

(eventual gcc2 fallout to fix later)

Revision 1.14 / (download) - annotate - [select for diffs], Sat May 15 08:28:18 2010 UTC (14 years ago) by robert
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13 (colored)

Add libsupc++-v3

Revision 1.13 / (download) - annotate - [select for diffs], Mon May 10 18:20:31 2010 UTC (14 years ago) by drahn
Branch: MAIN
Changes since 1.12: +7 -4 lines
Diff to previous 1.12 (colored)

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.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Apr 28 21:30:13 2005 UTC (19 years, 1 month ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

also use new libobjc on old architectures, since it builds fine with
gcc 2.95.

tests and okay miod@, marc@.

Revision 1.11 / (download) - annotate - [select for diffs], Mon Mar 1 02:52:11 2004 UTC (20 years, 3 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

Build libf2c on gcc3 architectures, ok deraadt@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 23 18:21:13 2004 UTC (20 years, 4 months ago) by espie
Branch: MAIN
Changes since 1.9: +12 -1 lines
Diff to previous 1.9 (colored)

USE_GCC3 switch, now that propolice is in.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 24 17:12:55 2003 UTC (20 years, 6 months ago) by espie
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Switch to using libiberty in new location.
Disable building of cxxfilt in gcc, build it from its own directory.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Mar 18 17:39:55 2001 UTC (23 years, 2 months ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9
Changes since 1.7: +2 -3 lines
Diff to previous 1.7 (colored)

Build gnu/lib/libreadline and use it instead of the one currently
in the binutils dir.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Dec 11 02:22:53 2000 UTC (23 years, 5 months ago) by provos
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

another piece of GPL software gone.

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 24 22:11:32 1999 UTC (24 years, 8 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7, OPENBSD_2_6_BASE, OPENBSD_2_6
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (colored)

Cleaning up my tree...

Revision 1.5 / (download) - annotate - [select for diffs], Wed May 26 16:02:54 1999 UTC (25 years ago) by espie
Branch: MAIN
Changes since 1.4: +3 -2 lines
Diff to previous 1.4 (colored)

Link in egcs, kill gcc and libg++

Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 24 21:36:21 1997 UTC (26 years, 11 months ago) by provos
Branch: MAIN
CVS Tags: OPENBSD_2_5_BASE, OPENBSD_2_5, OPENBSD_2_4_BASE, OPENBSD_2_4, OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

add libgmp

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 20 05:13:51 1996 UTC (27 years, 9 months ago) by tholo
Branch: MAIN
CVS Tags: OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored)

R.I.P.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 31 00:20:57 1996 UTC (27 years, 10 months ago) by niklas
Branch: MAIN
Changes since 1.1: +1 -4 lines
Diff to previous 1.1 (colored)

We want to build libg++ even in OpenBSD/alpha

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:38:05 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:38:05 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.