summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Expand)Author
2013-06-17lower the WARNS to 1 again until I have more time to figure out the problems ...Baptiste Daroussin
2013-06-17Update dialog to 1.2-20130523Baptiste Daroussin
2013-06-16Fix some missing symbols in the libsupc++ Version.mapDavid Chisnall
2013-06-05Connect libgnuregex 2.17 to the build.Jung-uk Kim
2013-04-20Enable libcompiler-rt on MIPS.Ed Schouten
2013-04-12sync from headSimon J. Gerraty
2013-03-22As it's done for libstdc++, use SJLJ-based exceptions on arm when we're notOlivier Houchard
2013-03-17Link libgcc_s against compiler-rt on ARM EABI. This allows us to use all ofAndrew Turner
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2013-02-15Regenerate libstdc++'s config.h, synchronizing it with our currentDimitry Andric
2013-02-08Sync with HEAD.David E. O'Brien
2013-02-07Correct the r242545 sync with head@242525.David E. O'Brien
2013-01-28Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrtDavid Chisnall
2013-01-17Add compiler support for the ARM EABI.Andrew Turner
2012-12-30Revert r241818 that updated dialog to 20120706. This turns out to horriblyNathan Whitehorn
2012-12-18Get libcompiler-rt and libgcc building on ARM with clang.Andrew Turner
2012-12-06Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS inEitan Adler
2012-11-08We need /backward too it seemsSimon J. Gerraty
2012-11-08Updated/new Makefile.dependSimon J. Gerraty
2012-11-04Sync from headSimon J. Gerraty
2012-10-23For building GNU libstdc++ and libsupc++, filter out libc++-specific andDimitry Andric
2012-10-21Update dialog to 20120706: includes minor useability enhancements andNathan Whitehorn
2012-08-25For building libstdc++ and libsupc++, filter out any -stdlib=libc++Dimitry Andric
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-06-14Turn on TLS support for arm on here as it is supported since r231618/Marius Strobl
2012-06-11Clean up some symbol versions for libsupc++ / libcxxrt.David Chisnall
2012-06-05Add mangled symbols for operator new / delete on 64-bit platforms.Dag-Erling Smørgrav
2012-05-28Correctly export operator new / delete for things linking against libsupc++ butDavid Chisnall
2012-05-21Don't recurse into libssp when MK_SSP is set to no.Marcel Moolenaar
2012-05-17Build the "S" objects with the same name they get installed under.Marcel Moolenaar
2012-05-15Switch sparc64 to using libcompiler_rt; since r230021 we have a workaroundMarius Strobl
2012-04-23Revert r234356 for now, as it leads to run-time problems on 32-bitDimitry Andric
2012-04-21Replace a bare use of nm with ${NM} for easier cross compilation inWarner Losh
2012-04-16Work around an issue on 32-bit PowerPC, where clang executable can getDimitry Andric
2012-03-31Make libsupc++ build as a shared library and make libstdc++ a filter libraryDavid Chisnall
2012-03-29Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett
2011-11-24libodialog: Remove no longer used library.Max Khon
2011-11-24libodialog: disconnect from the build and obsolete.Max Khon
2011-11-06When one attempts to compile the tree with -march=i386, which also usedDimitry Andric
2011-07-14Update dialog to 1.1-20110707.Nathan Whitehorn
2011-04-17Remove libobjc and other Objective-C related components, as these areDimitry Andric
2011-04-17Update dialog to version 1.1-20110302.Nathan Whitehorn
2011-03-11Now that TLS is supported for sparc64 by both binutils 2.17.50 committedMarius Strobl
2011-02-18Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric
2011-02-05Enable wide character support in libdialog.Nathan Whitehorn
2011-02-02Make the generated files depend on the Makefile so new platforms are easierWarner Losh
2011-02-02Revert last change now that the reason for it is no more...Warner Losh
2011-01-29Rewrite the ARCH check another way for backward compatibility.Jayachandran C.
2011-01-27Fix n32 compile.Jayachandran C.