History log of /openbsd-current/gnu/lib/libstdc++-v3/Makefile.common
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.5 24-Jul-2017 robert

install gcc, g++ as gcc and g++ instead of cc, c++ and create links
to the latter on non-clang architectures and make sure we build gcc
with itself because clang won't be able to build it

ok naddy@


Revision tags: OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.4 14-May-2015 jsg

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 tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE
# 1.3 16-May-2010 espie

the cp-demangler is part of libsupc++ as well


# 1.2 16-May-2010 espie

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


# 1.1 15-May-2010 robert

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@