⛏️ index : buildtools.git

Age Commit message Author
Fix arm regression since 4.6 Jérôme Duval
gcc: Use initarray for ARM64 and RISC-v. Fredrik Holmqvist
updated gcc4 optional package build script Jerome Duval
jam: Pass -e to JAMSHELL. Augustin Cavalier
Get rid of svr4 for powerpc too, it's now deprecated. Jérôme Duval
binutils/ld: Fix arm target emulation typo Alexander von Gluck IV
Merge commit '4.6.2' Jérôme Duval
jam: Fix build warnings. Add missing include for POSIX compliant systems. Franck LeCodeur
Merge commit '4.5.3' Jérôme Duval
import of gcc 4.6.2 (core and g++ only). Jérôme Duval
jam: Fix build warning. Correct expression. Franck LeCodeur
binutils: fix out of tree building with syslex regens Jérôme Duval
import of gcc 4.5.3 (core and g++ only). Jérôme Duval
binutils: elf/riscv: Fix relaxation with aliases [PR28021] Michael Matz
Fix merge of binutils 2.22. Sorry for the noise. Jérôme Duval
jam: Fix build warning. Add missing include for Linux. Franck LeCodeur
Fix the merge of binutils 2.22, sorry for the noise. Jérôme Duval
Missing files for binutils 2.22 Jérôme Duval
jam: Fix warning. Argument has type long int but indicated format was int. Franck LeCodeur
Merge binutils 2.22 Jérôme Duval
import binutils 2.22 Jérôme Duval
aarch64-haiku config, remove file_end_indicate_exec_stack Fredrik Holmqvist
import binutils 2.19 Jérôme Duval
import binutils 2.19 Jérôme Duval
jam: Fix warning. Include missing header file. Franck LeCodeur
Get rid of svr4, it will be deprecated in 4.6 Jérôme Duval
buildtools: Remove build warnings which are caused by missing return type declarations. Franck LeCodeur
Bumped up the VERSION and made JAMVERSYM identical to it. Matt Madia
binutils/emulparams: Rely on elf_i386.sh, layering haiku on top Alexander von Gluck IV
Created new jam variable JAMJOBS, which is set by the -jx flag. Matt Madia
binutils: Apply Haiku patches to 2.36.1 Alexander von Gluck IV
Automatic whitespace cleanup. No functional change. Matt Madia
binutils: Import binutils 2.36.1 Alexander von Gluck IV
Fix use of non-existent variable (GCCDATE instead of gccDate). Oliver Tappe
GCC: Patch for Apple Silicon compatibility Przemysław Buczkowski
Add Haiku to list of elf-target so that is_elf is true. This enables --enable-gold flag to be used (doesn't compile yet though). The gold linker promises up to five times faster linking than ld, it is also possible to use link-time optimizations. Fredrik Holmqvist
Redo gcc AARCH64 config Fredrik Holmqvist
Improve build-gcc2-optional-package.sh: Oliver Tappe
binutils/ld: Add missing __exidx_* to fix arm bootstrap Alexander von Gluck IV
Bump legacy compiler version. Oliver Tappe
jam: add an option to generate compile_commands.json Adrien Destugues
Define __STDC_ISO_10646__ in our gccs. Oliver Tappe
jam/Jambase: split AR into ARFLAGS Puck Meerburg
Prevent fixing the includes. Matt Madia
Redo Update MPFR to 4.1.0 Fredrik Holmqvist
Add more generated files of legacy gcc to .gitignore Oliver Tappe
Redo Update GMP to 6.2.0 Fredrik Holmqvist
Add autom4te.cache to .gitignore Oliver Tappe
Redo Update to ISL 0.22.1 Fredrik Holmqvist
Drop another .info target that triggers invocation of makeinfo. Oliver Tappe
Make GCC's gitignore not skip in house deps Fredrik Holmqvist
Drop obsolete documentation on building as cross compiler for BeOS Oliver Tappe
Update MPFR to 4.1.0 Fredrik Holmqvist
Cleanup gcc4 buildtools a bit: * replace gmp.info-? in gcc/gmp/doc by gmp.info, since the latter is the makeinfo target that will otherwise have to be generated each time gcc4 is built * add autom4te.cache to svn:ignore Oliver Tappe
Update GMP to 6.2.0 Fredrik Holmqvist
Trying to fix #8063 (failure to build gcc2 when updating info files): * remove all *.info targets so the gcc2 build system doesn't try to update them, as that doesn't always work because of apparent incompatibilities with newer makeinfo versions Oliver Tappe
Update to ISL 0.22.1 Fredrik Holmqvist
Update gcc4 install instructions to reflect change to 4.5 Scott McCreary
binutils: enable PE support for ARM Adrien Destugues
Merging GCC 4.5.3 in trunk. Patch in #6840 is required to build Haiku. Jérôme Duval
jam: Use posix_spawn on Haiku. Augustin Cavalier
Adding inline mpc directory so the MPC library is built as part of GCC 4.5 Jérôme Duval
Force libiberty to consider all filesystems as potentially case-sensitive. Augustin Cavalier
Make the ..patience.. count comparison postinc so it shows one at the start and use every 10k target instead. Fredrik Holmqvist
Remove obsolete installation guides. Augustin Cavalier
Only write "...patience..." every 5000th target instead of 1000th. Fredrik Holmqvist
gcc: fix m68k for GCC 8.3 François Revol
Disabled the "..skipped x for lack of y..." message as it is not very useful information and hides the interesting info in noise (why it failed). It should probably be a command line option as it might be interesting in some cases. Also added a "Build Failure" at the end if there were failed targets. Fredrik Holmqvist
binutils: don't require coff, we don't need it anyway François Revol
circumvent strange problems during build of gprof ('no objective-c compiler found') caused by our current make version (3.82) Oliver Tappe
GCC: Fix missing haiku in config.host for ARM64 Jaroslaw Pelczar
changes to match what got used by upstream in 4.5 Jérôme Duval
gcc: Add initial support for AArch64 Haiku Jaroslaw Pelczar
Merged gcc4-weak-symbols branch. Ingo Weinhold
binutils: Add support for Haiku ARM64 target Jaroslaw Pelczar
Strip the executables of debug info. Ingo Weinhold
jam: jcache: Accept empty input files Simon South
Fixed creating the "current" symlink. Spotted by Stippi. Ingo Weinhold
gcc: Use correct linker emulation on arm Simon South
* Add an include/g++ symlink in the package. Apparently it isn't created by "make install" anymore. * Add the "current" symlink in the ".../tools" directory. Ingo Weinhold
legacy/gcc: Fix cpp cross-tool prefix Alexander von Gluck IV
Script to build a gcc 4 optional package from the sources. Ingo Weinhold
binutils: Fix powerpc gas target for Haiku Alexander von Gluck IV
Updated instructions. Ingo Weinhold
binutils: Apply Haiku patches to 2.32 Alexander von Gluck IV
Enable O3 optimization for Jam. Fredrik Holmqvist
binutils: Import binutils-2.32 Alexander von Gluck IV
I now get Archive actions too long (max 40960)! on OSX, so enlarge it a little. François Revol
gcc: Change ARM typeinfo behavior to match other architectures. Augustin Cavalier
* added autom4te.cache to svn:ignore, which seems to have been created due to the updated config.guess and/or config.sub Oliver Tappe
gcc: Fix startfile search prefixes and bootstraps Alexander von Gluck IV
Part of #3298: * applied patch by VinDuv that allows to build the legacy buildtools on Mac OS X - thanks! Oliver Tappe
gcc: Add missing Haiku stdint defines for m68k,riscv,mipsel,ppc,sparc64 Alexander von Gluck IV
Part of #3298: * applied (slightly changed) patch by VinDuv that updates config.guess and config.sub in order to be able to build the legacy buildtools on Mac OS X - thanks! Oliver Tappe
Merge our changes into GCC 8.3. Augustin Cavalier
Fix #5971: * bump version of legacy compiler to match the expectations in our configure script Oliver Tappe
Import GCC 8.3. Augustin Cavalier
* The script should now build working gcc2 packages. Axel Dörfler
binutils: enable a.out target for sparc. PulkoMandy
* Forgot to create the "current" symlink (and add it to the archive - not yet tested). * Use -n for links to directories in case the target already exists. Axel Dörfler
[next]