aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | For gnu/lib/csu, only use gcc-specific flags when compiling with gcc.Dimitry Andric2013-12-221-4/+6
* | | | | | | | Revert r257691, r257645:Glen Barber2013-11-061-13/+0
* | | | | | | | Fix libgcc build with gcc after r257645, by using -Wno-static-in-inlineDimitry Andric2013-11-051-0/+2
* | | | | | | | Quiesce warning around gcc_assert() for an inline macro that usesSean Bruno2013-11-041-0/+11
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Update dialog to 1.2-20130923.Devin Teske2013-09-241-1/+1
* | | | | | | After r255321, clang uses libc++ by default. This leads to a lot ofDimitry Andric2013-09-122-0/+8
| |_|_|_|_|/ |/| | | | |
* | | | | | On platforms where clang is the default compiler, don't build gcc or libstdc++.David Chisnall2013-09-061-1/+1
| |_|_|_|/ |/| | | |
* | | | | Teach libstdc++ about logl(3).Pedro F. Giffuni2013-08-131-2/+2
* | | | | Bump shlib for dialog because ABI has changed when version 1.2 was importedBaptiste Daroussin2013-06-231-1/+1
* | | | | lower the WARNS to 1 again until I have more time to figure out the problems ...Baptiste Daroussin2013-06-171-1/+1
* | | | | Update dialog to 1.2-20130523Baptiste Daroussin2013-06-172-12/+29
* | | | | Fix some missing symbols in the libsupc++ Version.mapDavid Chisnall2013-06-161-0/+13
* | | | | Connect libgnuregex 2.17 to the build.Jung-uk Kim2013-06-0510-11465/+47
* | | | | Enable libcompiler-rt on MIPS.Ed Schouten2013-04-201-4/+0
| |_|_|/ |/| | |
* | | | As it's done for libstdc++, use SJLJ-based exceptions on arm when we're notOlivier Houchard2013-03-221-0/+11
* | | | Link libgcc_s against compiler-rt on ARM EABI. This allows us to use all ofAndrew Turner2013-03-171-3/+3
* | | | Regenerate libstdc++'s config.h, synchronizing it with our currentDimitry Andric2013-02-151-5/+14
| |_|/ |/| |
* | | Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrtDavid Chisnall2013-01-281-0/+29
* | | Add compiler support for the ARM EABI.Andrew Turner2013-01-174-9/+35
* | | Revert r241818 that updated dialog to 20120706. This turns out to horriblyNathan Whitehorn2012-12-301-16/+5
* | | Get libcompiler-rt and libgcc building on ARM with clang.Andrew Turner2012-12-181-1/+8
* | | Clean up hardcoded ar(1) flags in the tree to use the global ARFLAGS inEitan Adler2012-12-061-2/+2
| |/ |/|
* | For building GNU libstdc++ and libsupc++, filter out libc++-specific andDimitry Andric2012-10-232-2/+6
* | Update dialog to 20120706: includes minor useability enhancements andNathan Whitehorn2012-10-211-5/+16
* | For building libstdc++ and libsupc++, filter out any -stdlib=libc++Dimitry Andric2012-08-252-0/+2
* | Turn on TLS support for arm on here as it is supported since r231618/Marius Strobl2012-06-142-2/+2
* | Clean up some symbol versions for libsupc++ / libcxxrt.David Chisnall2012-06-111-13/+9
* | Add mangled symbols for operator new / delete on 64-bit platforms.Dag-Erling Smørgrav2012-06-051-1/+9
|/
* Correctly export operator new / delete for things linking against libsupc++ butDavid Chisnall2012-05-281-0/+10
* Don't recurse into libssp when MK_SSP is set to no.Marcel Moolenaar2012-05-211-1/+5
* Build the "S" objects with the same name they get installed under.Marcel Moolenaar2012-05-171-4/+4
* Switch sparc64 to using libcompiler_rt; since r230021 we have a workaroundMarius Strobl2012-05-151-1/+1
* Revert r234356 for now, as it leads to run-time problems on 32-bitDimitry Andric2012-04-231-1/+0
* Replace a bare use of nm with ${NM} for easier cross compilation inWarner Losh2012-04-211-2/+2
* Work around an issue on 32-bit PowerPC, where clang executable can getDimitry Andric2012-04-161-0/+1
* Make libsupc++ build as a shared library and make libstdc++ a filter libraryDavid Chisnall2012-03-313-2/+144
* Assume a big-endian default on MIPS and drop the "eb" suffix from MACHINE_ARCH.Juli Mallett2012-03-291-1/+1
* libodialog: Remove no longer used library.Max Khon2011-11-2455-11676/+0
* libodialog: disconnect from the build and obsolete.Max Khon2011-11-241-2/+1
* When one attempts to compile the tree with -march=i386, which also usedDimitry Andric2011-11-061-1/+1
* Update dialog to 1.1-20110707.Nathan Whitehorn2011-07-141-5/+5
* Remove libobjc and other Objective-C related components, as these areDimitry Andric2011-04-172-54/+0
* Update dialog to version 1.1-20110302.Nathan Whitehorn2011-04-171-5/+6
* Now that TLS is supported for sparc64 by both binutils 2.17.50 committedMarius Strobl2011-03-112-2/+2
* Merge binutils 2.17.50 to head. This brings a number of improvements toDimitry Andric2011-02-186-807/+0
|\
| * Sync: merge r215273 through r215318 from ^/head.Dimitry Andric2010-11-141-2/+2
| |\
| * \ Sync: merge r215141 through r215188 from ^/head.Dimitry Andric2010-11-121-0/+4
| |\ \
| * \ \ Sync: merge r214895 through r215140 from ^/head.Dimitry Andric2010-11-111-19/+18
| |\ \ \
| * | | | Garbage collect gnu/lib/libiberty and gnu/lib/libg2c, these have notDimitry Andric2010-10-226-807/+0
* | | | | Enable wide character support in libdialog.Nathan Whitehorn2011-02-052-3/+3