CVS Repository/ src/ gnu/ lib/ libstdc++-v3/ Makefile


OpenBSD release(s):
1.14 (79 78),  1.13 (77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61),  1.10 (60),  1.9 (59),  1.8 (58),  1.7 (57 56 55 54),  1.6 (53 52 51 50 49 48), 
Tags:
None
revision 1.14/ (Download) - annotate - Fri, 29 Aug 2025 16:19:12 UTC by miod
OpenBSD release(s): 79 78
Changes since 1.13: +1 -4 (diff)
Disable forcing sjlj exceptions on m88k.

revision 1.13/ (Download) - annotate - Wed, 15 Feb 2017 21:22:53 UTC by miod
OpenBSD release(s): 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61
Changes since 1.12: +4 -8 (diff)
gcc4 on m88k still uses sjlj exceptions, as did arm before EABI.

revision 1.12/ (Download) - annotate - Mon, 03 Oct 2016 21:24:40 UTC by natano
Changes since 1.11: +2 -1 (diff)
Fix ownership for install on a noperm filesystem.
joint work with tb

revision 1.11/ (Download) - annotate - Thu, 01 Sep 2016 11:03:09 UTC by patrick
Changes since 1.10: +1 -4 (diff)
Switch OpenBSD/armv7 to ARM EABI (soft-float).  This is a complete ABI
break which cannot be easily crossed.

ok kettenis@ jsg@

revision 1.10/ (Download) - annotate - Mon, 28 Mar 2016 00:04:26 UTC by deraadt
OpenBSD release(s): 60
Changes since 1.9: +2 -11 (diff)
Cleanup duplicate filenames in SRCS

revision 1.9/ (Download) - annotate - Thu, 18 Feb 2016 14:24:20 UTC by jsg
OpenBSD release(s): 59
Changes since 1.8: +4 -1 (diff)
Disable the stack protector when building libstdc++ on arm.  Fixes test
cases from dcoppa@ where incorrect behaviour was trigged when using
std::ifstream and linking libpthread.  Further investigation and patch
from miod.  ok deraadt@

revision 1.8/ (Download) - annotate - Thu, 14 May 2015 02:56:01 UTC by jsg
OpenBSD release(s): 58
Changes since 1.7: +6 -5 (diff)
Stop including CFLAGS in CXXFLAGS it creates problems when mixing
C and C++ when wanting to pass flags to only the C compiler.

Tested in a ports bulk build by naddy and the handful of problems
found were fixed by naddy, jca and pascal.

revision 1.7/ (Download) - annotate - Fri, 21 Jun 2013 17:07:30 UTC by robert
OpenBSD release(s): 57 56 55 54
Changes since 1.6: +4 -5 (diff)
exists() calls in make are expensive so switch to test(1) and use the shell
level to actually test for these directories in the include target

idea from espie@, migrated to libstdc++-v3 as well

revision 1.6/ (Download) - annotate - Sat, 15 May 2010 08:21:03 UTC by robert
OpenBSD release(s): 53 52 51 50 49 48
Changes since 1.5: +3 -24 (diff)
Move libsupc++ sources and other common stuff to Makefile.common
to be used by gnu/lib/libsupc++-v3 and gnu/lib/libstdc++-v3

ok espie@

revision 1.5/ (Download) - annotate - Sun, 09 May 2010 11:39:59 UTC by espie
Changes since 1.4: +2 -2 (diff)
fix obvious typo, unbreak build on i386

revision 1.4/ (Download) - annotate - Sat, 08 May 2010 13:33:48 UTC by jsg
Changes since 1.3: +3 -2 (diff)
add i386 to the atomicity via builtins list as well

revision 1.3/ (Download) - annotate - Sat, 08 May 2010 13:11:26 UTC by kettenis
Changes since 1.2: +2 -2 (diff)
Use "builtins" for atomicity on sparc64 as well.

revision 1.2/ (Download) - annotate - Sat, 08 May 2010 10:09:42 UTC by kettenis
Changes since 1.1: +6 -2 (diff)
Install libsupc++ header files as well.

ok robert@

revision 1.1/ (Download) - annotate - Fri, 07 May 2010 16:08:07 UTC by robert
Add infrastructure to build libstdc++-v3 for gcc4

ok kettenis@, marco@