summaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Collapse)AuthorFilesLines
2019-06-05exception handling: coding style: refer to struct __exception_record.midipix1-2/+2
2019-03-12libsupc++/eh_personality.cc: support target-provided exception filters.midipix1-0/+27
2015-09-12fix generation of import libraries for libstdc++.midipix2-2/+4
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-20fix portability issues in build systemShiz1-3/+2
This fixes numerous issues where the CBB build system used non-portable constructs. See COPYING.MIDIPIX (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
2015-03-26libtool: linking for the midipix targets now supports the ↵midipix1-1/+1
cbb_ldflags_for_target variable. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21finally, add midipix as a gcc target.midipix1-0/+4
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21libtool: add support for the midipix targets in the relevant configure scripts.midipix1-0/+22
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-20libstdc++-v3/configure.host: do not consider any particular libc as themidipix1-1/+5
default libc on linux. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-15compiler building blocks: add support for custom build variables.midipix9-8/+34
feature detection: set a fallback value of 'yes' to modern assembler presence, PE dward support, libc-provided stack protector, and dynamic-loader header iteration. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-15obtained gcc-4.6.4.tar.bz2 from upstream website;upstreamupstream source tree6594-0/+1291085
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.