aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libstdc++/Makefile
Commit message (Expand)AuthorAgeFilesLines
* remove GCC 4.2.1 build infrastructureEd Maste2020-02-291-637/+0
* Convert gnu to using SRCTOPWarner Losh2017-03-121-3/+3
* META MODE: Don't create .meta files when symlinking sources into the obj dire...Bryan Drewery2015-11-251-3/+3
* Convert to LIBADDBaptiste Daroussin2014-11-251-2/+2
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-4/+1
* Allow libstdc++ and libsupc++ to compile with clang again, after theDimitry Andric2014-05-111-2/+2
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* To avoid having to explicitly test COMPILER_TYPE for settingDimitry Andric2013-12-221-3/+1
* After r255321, clang uses libc++ by default. This leads to a lot ofDimitry Andric2013-09-121-0/+4
* Add compiler support for the ARM EABI.Andrew Turner2013-01-171-1/+9
* For building GNU libstdc++ and libsupc++, filter out libc++-specific andDimitry Andric2012-10-231-1/+3
* For building libstdc++ and libsupc++, filter out any -stdlib=libc++Dimitry Andric2012-08-251-0/+1
* Make libsupc++ build as a shared library and make libstdc++ a filter libraryDavid Chisnall2012-03-311-1/+1
* GCC defines built-ins for atomic instructions found on i486 and higher.Tijl Coosemans2010-09-071-1/+1
* MFtbemd:Warner Losh2010-08-231-6/+6
* Non-GCC gcc compatible compilers may provide the same multimedia intrinsicDavid E. O'Brien2010-05-121-1/+2
* Use the new PO_CXXFLAGS from r202807 to remove the '-ffunction-sections'Stephane E. Potvin2010-01-221-0/+1
* There's no need to redundantly redefine atomicity.h.Warner Losh2008-12-311-1/+0
* Install extra include files that were forgotten in original GCC 4.2.xAlexander Kabaev2008-06-161-1/+15
* Install etx/numeric_traits.h.Alexander Kabaev2007-08-161-4/+4
* Fix the fallout from over-zealous obsolete files removal. Use correctAlexander Kabaev2007-05-191-1/+1
* Update bmake glue to build GCC 4.2.Alexander Kabaev2007-05-191-49/+430
* The ARM platform does the setjmp/longjmp type of exception handling.David E. O'Brien2006-10-051-0/+3
* Fix build due to the incomplete removal of demangle.h.Ruslan Ermilov2006-09-301-1/+1
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* Enforce style.Makefile(5).Tom Rhodes2005-04-221-1/+1
* Of all templates only lists need a special implmementation file compiledAlexander Kabaev2005-01-261-8/+9
* Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building thisColin Percival2005-01-171-0/+1
* Add atomicity.cc to CLEANFILES.Ruslan Ermilov2004-09-011-0/+1
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-281-102/+135
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
* Correct the atomicity.h fallback path on architectures which do notAlexander Kabaev2004-01-061-1/+1
* Do not install files which are not part of GCC 3.3.x anymore.Alexander Kabaev2004-01-051-3/+3
* Update bmake bits to build GCC 3.3.1-prerelease.Alexander Kabaev2003-07-111-29/+41
* Oops, remove hack to stop libstdc++.so being built now that gcc usesPeter Wemm2003-06-261-5/+0
* Do not bogusly set CSTD to the empty string.Dag-Erling Smørgrav2003-06-141-1/+0
* Something funky is going on here... disabling CSTD makes it go away...David E. O'Brien2003-06-021-0/+1
* libstdc++.so breaks on amd64 due to bogons in our build, so prevent thePeter Wemm2003-05-241-0/+5
* Install one more header file which is new with GCC 3.2.2.Alexander Kabaev2003-02-101-0/+1
* C++ exceptions with shared libraries are working on sparc64 now.Alexander Kabaev2002-12-051-2/+0
* Remove files no longer part of the gcc_3_2_anoncvs_20021009 libstdc++.David E. O'Brien2002-11-271-1/+1
* Zap now-unused SHLIB_MINORPeter Wemm2002-09-281-1/+0
* Bmake bits for GCC 3.2.1-prerelease libstdc++.Alexander Kabaev2002-09-171-2/+3
* Connect new files added with GCC 3.2.1 import to the build.Alexander Kabaev2002-09-011-2/+3
* Bandaid for sparc64. Do not build libstdc++.so for now on sparc64.Peter Wemm2002-07-081-0/+2
* Disconnect the docs until we figure out if there are any with v3.David E. O'Brien2002-06-191-1/+1
* Turn on the math function stub stubs.David E. O'Brien2002-06-021-1/+1
* The new bsd.incs.mk is powerful enough to handle this wrinkle.Ruslan Ermilov2002-05-311-23/+100
* Tweak so that .o's are written into src/contrib/gccDavid E. O'Brien2002-05-291-2/+2
* Add some build glue for libstdc++. I'm not a C++ person, but this seemsPeter Wemm2002-05-291-71/+76