summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-02-11diffutils-3.3: remove gnulib cached variables (now provided in config.cache).midipix1-138/+0
2016-02-11coreutils-8.23: remove gnulib cached variables (now provided in config.cache).midipix1-135/+0
2016-02-11config.cache: updated comprehensive patch.midipix1-5/+129
2016-02-11tar-1.28: initial patch.midipix1-0/+12
2016-02-11config.cache: updated patch (satisfy gnu tar).midipix1-0/+1
2016-01-30gawk-4.1.3: initial patch.midipix1-0/+12
2016-01-30python-2.7: initial patch.midipix1-0/+191
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2016-01-30python-2.7.specs: initial commit.midipix1-0/+3
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2016-01-30config.cache: update patch (satisfy python-2.7 build).midipix1-0/+2
2016-01-30libffi-3.2.1: initial patch.midipix1-0/+136
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-12-03sed-4.2.2: initial patch.midipix1-0/+12
2015-12-03grep-2.22: initial patch.midipix1-0/+12
2015-11-26binutils-2.24.51: updated patch.midipix1-0/+14
+ smart_rename: fallback to simple_copy upon failure. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-11-26binutils-2.24.51: updated patch.midipix1-2/+20
+ pe targets: disable default timestamp / support reproducible builds by default. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-11-25default config.cache: initial commit.midipix1-0/+13
2015-09-13binutils-2.24.51: updated patch.midipix1-1/+10
+ x86 midipix targets: build dlltool and windmc by default. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-24bash-4.3: initial patch.midipix1-0/+12
2015-07-24make-3.81: initial patch.midipix1-0/+12
2015-06-13binutils-2.24.51: updated patch.midipix1-11/+30
+ PE/COFF: when exporting a symbol for which both a strong and a weak definition exists, always use the strong definition. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-12binutils-2.24.51: updated patch.midipix1-0/+30
+ solve binutils bug 16858 by removing the offending code block in its entirety.
2015-06-08binutils-2.24.51: updated patch.midipix1-4/+14
+ PE/COFF: distinguish between GOT entries and import library entries when deciding whether a symbol may be exported. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-06binutils-2.24.51: updated patch.midipix1-3/+63
+ PE/COFF: allow a weak definition in an archive member to satisfy a reference to an undefined external symbol in another object. + a special thanks to Rich Felker, primary author of musl libc, for identifying the spot at which a fix needed to be applied. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-06binutils-2.24.51: updated patch.midipix1-2/+19
+ PE shared libraries: fix the logic that allows weak definitions to be exported (cf. commit ddd1583). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-06binutils-2.24.51: updated patch.midipix1-0/+26
+ PE/COFF: allow a reference to an external symbol in one object file be satisfied by a weak definition in another. + a special thanks to Rich Felker, primary author of musl libc, for identifying the spot at which a fix needed to be applied. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-05binutils-2.24.51: updated patch.midipix1-3/+42
+ PE shared libraries: allow weak aliases to be exported. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-01patch-2.7: initial commit.midipix1-0/+150
+ add midipix to config.sub. + bypass configure's wrong assumptions (and bad conclusions) when cross-compiling. + gnulib.cache was inspired by advice from sortie, author of the sortix operating system. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-01diffutils-3.3: initial commit.midipix1-0/+150
+ add midipix to config.sub. + bypass configure's wrong assumptions (and bad conclusions) when cross-compiling. + gnulib.cache was inspired by advice from sortie, author of the sortix operating system. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-06-01coreutils-8.23: updated patch.midipix1-12/+158
+ bypass configure's wrong assumptions (and bad conclusions) when cross-compiling. + gnulib.cache was inspired by advice from sortie, author of the sortix operating system. + fs.h: test for __midipix__ rather than __MIDIPIX (cf. cbb-gcc-4.6.4, commit f9ba0c). signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-31findutils-4.5.14: initial commit.midipix1-0/+175
+ add midipix to config.sub. + bypass configure's wrong assumptions (and bad conclusions) when cross-compiling. + gnulib.cache was inspired by advice from sortie, author of the sortix operating system. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-30coreutils-8.23: initial patch.midipix1-0/+70
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-05-28gmp-5.1.3: initial patch.midipix1-0/+50
2015-04-02add texinfo as a travis dependency.midipix1-1/+1
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-28add support for Travis automatic build.midipix1-0/+19
based on cbb-gcc-4.6.4 commit 7a23e9d0 by Shiz. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-28ld: set the default executable name to 'a.out' properly.midipix1-5/+7
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-28ld: set the default executable name to 'a.out' (rather than 'a.exe').midipix1-2/+4
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-23libtool: midipix targets: fix generation of import libraries.midipix1-7/+9
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: finally add midipix as a binutils target.midipix1-0/+90
2015-03-11binutils-2.24.51: initial patch: allow the symbol 'environ' tomidipix1-0/+22
be exported by PE images, but leave it excluded by default so that non-midipix PE targets remain unaffected. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: fix legacy code-page identifier.midipix1-0/+12
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: make the ___crt_xxx symbols and themidipix1-3/+160
cygwin fork section optional, but leave them on by default so that non-midipix PE targets remain unaffected. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: provide backward-compatible file extensionmidipix1-0/+185
definitions for all PE targets signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-11binutils-2.24.51: initial patch: file extension definitions for the midipix ↵midipix1-0/+14
targets signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-10libelf-0.8.13: initial patchmidipix1-0/+61
2015-03-10mpc-1.0.1: initial patchmidipix1-0/+43
2015-03-10mpfr-3.1.2: initial patchmidipix1-0/+40
2015-03-10gmp-5.1.1: initial patchmidipix1-0/+52
2015-03-10added libtool.midipix: a custom libtool script for the midipix targetmidipix1-0/+9349
2015-03-10created repositorymidipix2-0/+52