summaryrefslogtreecommitdiff
path: root/libgcc
AgeCommit message (Collapse)AuthorFilesLines
2019-03-12midipix targets: crtbegin & crtend objs now provided by musl libc (via mmglue).midipix1-19/+4
2019-03-12midipix targets: removed gcc/config/i386/midipix_unwind.c (not needed).midipix1-4/+1
2015-09-13fix build recipes for the 32-bit midipix targets.midipix2-3/+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-05-31normalize the midipix target builtins.midipix6-18/+18
+ remove __NTAPI (never used, not needed). + change __MIDIPIX to __midipix__ (analogous to __linux__). + add __PE__ (analogous to __ELF__). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-26compiler building blocks: libgcc: cbb_sysroot_for_libgcc:midipix1-0/+3
+ set the value of this variable also directly, in libgcc/Makefile.in, so that it is defined also when invoking make from within the respective build sub-directory. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-24Fix missing libgcc dependency on CRT files.Shiz1-2/+3
This also fixes the build system's broken tendency to pass file dependencies directly on to the linker, by filtering the CRT files out again. See copying.midipix (9cd0746c) for copyright information. Signed-off-by: Shiz <hi@shiz.me>
2015-03-21finally, add midipix as a gcc target.midipix1-1/+7
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-21libgcc/config/i386/t-midipix: initial commit.midipix1-0/+44
+ midipix target-specific build recipes for libgcc, accidentally omitted from commit 47407cf3. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-20libgcc: disable symbol versioning for the midipix targets.midipix6-6/+30
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-19gcc/gthr.h, libgcc/morestack:midipix2-15/+5
+ require pthread to be present; + require all pthread symbols to be strongly defined. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-15compiler building blocks: add support for custom build variables.midipix3-2/+23
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 tree262-0/+246227
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.