OpenBSD release(s):
1.5 (79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61),
1.4 (60 59 58),
1.3 (57 56 55 54 53 52 51 50),
1.2 (49 48),
Tags:
None
revision 1.5/
(Download) -
annotate -
Thu, 01 Sep 2016 11:03:09 UTC by patrick
OpenBSD release(s): 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61
Changes since 1.4:
+1 -5
(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.4/
(Download) -
annotate -
Thu, 14 May 2015 02:56:01 UTC by jsg
OpenBSD release(s): 60 59 58
Changes since 1.3:
+3 -2
(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.3/
(Download) -
annotate -
Mon, 18 Jul 2011 18:32:47 UTC by matthieu
OpenBSD release(s): 57 56 55 54 53 52 51 50
Changes since 1.2:
+5 -1
(diff)
Enable SJLJ C++ exceptions on arm here too.
ok miod@, drahn@, kurt@
revision 1.2/
(Download) -
annotate -
Sat, 15 May 2010 17:07:57 UTC by matthieu
OpenBSD release(s): 49 48
Changes since 1.1:
+5 -1
(diff)
We really want position independant objects in libsupc++.a.
ok espie@
revision 1.1/
(Download) -
annotate -
Sat, 15 May 2010 08:23:59 UTC by robert
Add Makefile for libsupc++-v3 that pulls common stuff from
libstdc++-v3/Makefile.common.
ok espie@