|
|
gcc: sync configure.ac with configure and regen. |
Jérôme Duval
|
|
|
Updated the x86_64 toolchain to fix build failures and to be more correct. |
Alex Smith
|
|
|
Merge gcc 4.8.5 |
Jérôme Duval
|
|
|
gcc: ASM_COMMENT_START shouldn't be defined at the OS level. |
Jerome Duval
|
|
|
gcc: fix PPC LINK_SPEC so bootstrapping gcc works again |
François Revol
|
|
|
updated optional package build script for gcc4 to make a cross compiler. |
Jérôme Duval
|
|
|
gcc: force -fPIC instead of -fpic by default on ppc |
François Revol
|
|
|
Fix arm regression since 4.6 |
Jérôme Duval
|
|
|
binutils: fix PPC GOT issue |
François Revol
|
|
|
updated gcc4 optional package build script |
Jerome Duval
|
|
|
gcc: update ppc linker emulation name |
François Revol
|
|
|
Get rid of svr4 for powerpc too, it's now deprecated. |
Jérôme Duval
|
|
|
binutils: rename elf_ppc_haiku emulation to elf32ppchaiku |
François Revol
|
|
|
Merge commit '4.6.2' |
Jérôme Duval
|
|
|
binutils: reorder ppc dependency |
François Revol
|
|
|
Merge commit '4.5.3' |
Jérôme Duval
|
|
|
import of gcc 4.6.2 (core and g++ only). |
Jérôme Duval
|
|
|
Merge binutils 2.25 |
Jérôme Duval
|
|
|
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
|
|
|
Merge gcc 4.8.4 |
Jérôme Duval
|
|
|
Fix merge of binutils 2.22. Sorry for the noise. |
Jérôme Duval
|
|
|
Fix x86 configure option for crosscompile on Linux |
mshlyn
|
|
|
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: add internal dependencies for multi-file generating actions |
Jessica Hamilton
|
|
|
Merge binutils 2.22 |
Jérôme Duval
|
|
|
import binutils 2.22 |
Jérôme Duval
|
|
|
Forgot to fix LDBL_MIN... |
Adrien Destugues
|
|
|
import binutils 2.19 |
Jérôme Duval
|
|
|
import binutils 2.19 |
Jérôme Duval
|
|
|
gcc2: rewrite LDBL_MIN/MAX/EPSILON without hex-floats. |
Adrien Destugues
|
|
|
Get rid of svr4, it will be deprecated in 4.6 |
Jérôme Duval
|
|
|
gcc2: fix LDBL_MIN, LDBL_MAX, and LDBL_EPSILON |
Adrien Destugues
|
|
|
Bumped up the VERSION and made JAMVERSYM identical to it. |
Matt Madia
|
|
|
Don't switch on -shared if the user specifies -r. |
Jessica Hamilton
|
|
|
Created new jam variable JAMJOBS, which is set by the -jx flag. |
Matt Madia
|
|
|
Don't switch on -shared if the user specifies -r |
Nick Smallbone
|
|
|
Automatic whitespace cleanup. No functional change. |
Matt Madia
|
|
|
jam: do not set OPTIM by default |
Paweł Dziepak
|
|
|
Fix use of non-existent variable (GCCDATE instead of gccDate). |
Oliver Tappe
|
|
|
ARM/gcc: make LINK_SPEC match our other platforms. |
Ithamar R. Adema
|
|
|
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
|
|
|
Fix format-related warnings during build of jam. |
Oliver Tappe
|
|
|
Improve build-gcc2-optional-package.sh: |
Oliver Tappe
|
|
|
Bump version of legacy compiler. |
Oliver Tappe
|
|
|
Bump legacy compiler version. |
Oliver Tappe
|
|
|
Add crtbeginS.o and crtendS.o to configure.in, too. |
Oliver Tappe
|
|
|
Define __STDC_ISO_10646__ in our gccs. |
Oliver Tappe
|
|
|
Fix build failure on m68k and powerpc. |
Oliver Tappe
|
|
|
Prevent fixing the includes. |
Matt Madia
|
|
|
Let gcc2 use crtbeginS.o and crtendS.o, too. |
Oliver Tappe
|
|
|
Add more generated files of legacy gcc to .gitignore |
Oliver Tappe
|
|
|
Explicitly link libgcc and cleanup search paths. |
Oliver Tappe
|
|
|
Add autom4te.cache to .gitignore |
Oliver Tappe
|
|
|
Apply shared-library-related fixes to libtool.m4, too. |
Oliver Tappe
|
|
|
Drop another .info target that triggers invocation of makeinfo. |
Oliver Tappe
|
|
|
Use crtbeginS.o and crtendS.o for everything. |
Oliver Tappe
|
|
|
Drop obsolete documentation on building as cross compiler for BeOS |
Oliver Tappe
|
|
|
Fix configuration of libstdc++. |
Oliver Tappe
|
|
|
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
|
|
|
Set missing executable flag on libgcc/configure. |
Oliver Tappe
|
|
|
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
|
|
|
Adjust configuration for gcc/libgcc. |
Oliver Tappe
|
|
|
Update gcc4 install instructions to reflect change to 4.5 |
Scott McCreary
|
|
|
* Add .gitignore. |
Oliver Tappe
|
|
|
Merging GCC 4.5.3 in trunk. Patch in #6840 is required to build Haiku. |
Jérôme Duval
|
|
|
Fix libstdc++ not using TLS when cross compiling |
Jonathan Schleifer
|
|
|
Adding inline mpc directory so the MPC library is built as part of GCC 4.5 |
Jérôme Duval
|
|
|
Remove trailing space in comment |
John Scipione
|
|
|
Make the ..patience.. count comparison postinc so it shows one at the start and use every 10k target instead. |
Fredrik Holmqvist
|
|
|
gcc: define [u]int*_t types |
Pawel Dziepak
|
|
|
Only write "...patience..." every 5000th target instead of 1000th. |
Fredrik Holmqvist
|
|
|
Merge gcc 4.8.3 |
Jérôme Duval
|
|
|
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
|
|
|
Fix warnings when building jam. |
Oliver Tappe
|
|
|
circumvent strange problems during build of gprof ('no objective-c compiler found') caused by our current make version (3.82) |
Oliver Tappe
|
|
|
Merge binutils 2.24 |
Jérôme Duval
|
|
|
changes to match what got used by upstream in 4.5 |
Jérôme Duval
|
|
|
Fixed errors in documentation that caused configure script to fail when bootstrapping for ARM build |
Arvind S Raj
|
|
|
Merged gcc4-weak-symbols branch. |
Ingo Weinhold
|
|
|
binutils: fix missing stdint in binutils bdf |
Alexander von Gluck IV
|
|
|
Strip the executables of debug info. |
Ingo Weinhold
|
|
|
Revert "binutils: Fix PPC bootstrap build." |
Alexander von Gluck IV
|
|
|
Fixed creating the "current" symlink. Spotted by Stippi. |
Ingo Weinhold
|
|
|
binutils: Fix PPC bootstrap build. |
Alexander von Gluck IV
|
|
|
* 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
|
|
|
gcc/arm: include driver-arm.c for Haiku/ARM too |
Ithamar R. Adema
|
|
|
Script to build a gcc 4 optional package from the sources. |
Ingo Weinhold
|
|
|
gcc:libstdc++-v3: added a config os directory for Haiku. |
Jérôme Duval
|
|
|
Updated instructions. |
Ingo Weinhold
|
|
|
gcc: define GOMP_SELF_SPECS for Haiku. |
Jérôme Duval
|
|
|
Enable O3 optimization for Jam. |
Fredrik Holmqvist
|
|
|
gcc: fixed m68k build. |
Jérôme Duval
|
|
|
I now get Archive actions too long (max 40960)! on OSX, so enlarge it a little. |
François Revol
|
|
|
Merge btrev43068 instead of rebasing and resolving conflicts. |
Jérôme Duval
|
|
|
* added autom4te.cache to svn:ignore, which seems to have been created due to the updated config.guess and/or config.sub |
Oliver Tappe
|
|
|
cloog: removed included isl |
Jérôme Duval
|
|
|
Fix prototype for atomic_add |
Adrien Destugues
|
|
|
Part of #3298: * applied patch by VinDuv that allows to build the legacy buildtools on Mac OS X - thanks! |
Oliver Tappe
|