History log of /haiku-buildtools/gcc/configure
Revision Date Author Comments
# f8056f83 29-Feb-2016 Jérôme Duval <jerome.duval@gmail.com>

import gcc 5.3.0


# 52fa22bd 22-Jul-2015 Jérôme Duval <jerome.duval@gmail.com>

gcc: sync configure.ac with configure and regen.


# a1af220a 11-Jul-2015 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.5


# 514f5933 20-Dec-2014 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.4


# ec21a8f0 21-Jan-2014 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.2


# 3793707e 05-Jun-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.1


# 89a807a1 12-May-2013 nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>

PR bootstrap/50461

* configure.ac (mpfr-dir): When using in-tree MPFR sources
allow for the fact that from release v3.1.0 of MPFR the source
files were moved into a src sub-directory.
* configure: Regenerate.


# 9504a695 12-May-2013 Jérôme Duval <jerome.duval@gmail.com>

gcc with graphite: libppl.a needs libm

* workaround tested on ubuntu 13.04 x86_64 as a cross build.


# a5171ea3 10-May-2013 Jérôme Duval <jerome.duval@gmail.com>

gcc 4.7.3: fix remaining Haiku issues.


# e9f3433e 23-Apr-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.7.3


# 86fff949 19-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

import gcc 4.6.3


# 9b386978 12-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update from GCC 4.6.2 to 4.6.3 for R1A4
* This update resolves the segfault/ICE in gcc/c-parser.c while building natively
* gcc/gengtype.c was already updated to GCC 4.6.3 version previously in btrev43031, so no change there
* gcc/libiberty/make-relative-prefix is the stock 4.6.3 version now, as the workaround for Haiku is no longer needed
* This update is otherwise the GCC patches for upgrading 4.6.2 to 4.6.3 core/g++ applied to our sources


# 0a012359 07-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import of gcc 4.6.2 (core and g++ only).


# 9507ae27 07-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import of gcc 4.5.3 (core and g++ only).


# 44943b14 19-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.5.3 in trunk. Patch in #6840 is required to build Haiku.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@42247 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5904152e 03-Jul-2010 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.4.4 in trunk.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a1532d36 17-Aug-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added workaround to gcc4 configuration that makes the comparison
of stage2 and stage3 compilers work on haiku (using objdump instead
of cmp, as suggested by Michael)


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@32475 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d51e40a 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Applying Haiku compatibility.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29034 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a84f1744 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Bring GCC 4.3.3 to trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29033 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5e4f0dd 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Removing previous GCC4 to have a clean base.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29032 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 18ca835d 03-Mar-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged in the changes to version 4.1.2.
* Solved conflicts with the libtool related files by simply using the
vendor versions. IIRC the haiku related changes to libtool and
autoconf were relevant only for the binutils.
* Solved {libstdc++-v3,libmudflap}/configure conflicts by re-running
autoconf for these directories.

I'm already working on fixing the Haiku build, so please don't do the
same.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20318 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c840510 06-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Added support for machine powerpc-*-haiku. Reorganized things a bit:
The i386-pc-haiku no longer uses the BeOS BFD target emulation, but
its own. A few things are shared for both *-*-haiku machines now.
The PowerPC Haiku binutils and gcc build, but I wouldn't expect them
to really produce usable output yet. We'll see...


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 59eda489 05-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Added support for target i586-pc-haiku. Mostly by cloning the *-beos
stuff, partially omitting cruft.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15343 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6c8d025 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Renamed gcc4 to gcc.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15082 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9ea2a99e 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the old gcc to its new home.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f0481650 28-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

When bash 3 is run POSIX compatible (e.g. as /bin/sh), invoking "trap"
without command argument is not allowed anymore.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@14562 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 346d84c9 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 52fa22bd84aaf8f97228472d526a856c7390c95c 22-Jul-2015 Jérôme Duval <jerome.duval@gmail.com>

gcc: sync configure.ac with configure and regen.


# a1af220a6fa14bb85a5983b7e53741db7c5aa72f 11-Jul-2015 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.5


# 514f593381eb4eb904c81cedf836ca98a5222a55 20-Dec-2014 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.4


# ec21a8f0b899ea37b23ca5f73b527b45278dc175 21-Jan-2014 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.2


# 3793707edad7762b323062a8ad0903066b91ef72 05-Jun-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.1


# 89a807a12696f31463087c5468cd38001ad86fd2 12-May-2013 nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>

PR bootstrap/50461

* configure.ac (mpfr-dir): When using in-tree MPFR sources
allow for the fact that from release v3.1.0 of MPFR the source
files were moved into a src sub-directory.
* configure: Regenerate.


# 9504a69542dab6f19a994a09a718e2dfc0907064 12-May-2013 Jérôme Duval <jerome.duval@gmail.com>

gcc with graphite: libppl.a needs libm

* workaround tested on ubuntu 13.04 x86_64 as a cross build.


# a5171ea3465e20f1f54ea7ffbe06a9bb2fb70c84 10-May-2013 Jérôme Duval <jerome.duval@gmail.com>

gcc 4.7.3: fix remaining Haiku issues.


# e9f3433e73e2d3819751d0091ad7df3afd39f459 23-Apr-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.7.3


# 86fff949210400f2738c5899ce466e3573be5575 19-Apr-2013 Jerome Duval <jerome.duval@gmail.com>

import gcc 4.6.3


# 9b386978f47f3208f5d6305af00a0ecbad256172 12-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update from GCC 4.6.2 to 4.6.3 for R1A4
* This update resolves the segfault/ICE in gcc/c-parser.c while building natively
* gcc/gengtype.c was already updated to GCC 4.6.3 version previously in btrev43031, so no change there
* gcc/libiberty/make-relative-prefix is the stock 4.6.3 version now, as the workaround for Haiku is no longer needed
* This update is otherwise the GCC patches for upgrading 4.6.2 to 4.6.3 core/g++ applied to our sources


# 0a012359711bc4d73545fc882c46bbe1b97ebd54 07-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import of gcc 4.6.2 (core and g++ only).


# 9507ae27822da1947c2e6563671168bae5936759 07-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import of gcc 4.5.3 (core and g++ only).


# 44943b14a02ce5795f9be3df139560dfd1f35257 19-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.5.3 in trunk. Patch in #6840 is required to build Haiku.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@42247 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5904152eeb824e35976c34f57fc4de83947fc203 03-Jul-2010 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.4.4 in trunk.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a1532d36218dc75b9e5fecf6a1565aa802d062d5 17-Aug-2009 Oliver Tappe <zooey@hirschkaefer.de>

* added workaround to gcc4 configuration that makes the comparison
of stage2 and stage3 compilers work on haiku (using objdump instead
of cmp, as suggested by Michael)


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@32475 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d51e40ad395bdead4838571df7228cae4ee2c87 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Applying Haiku compatibility.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29034 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a84f174425d35fc3bcea3115c234dff8b1ad2390 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Bring GCC 4.3.3 to trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29033 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5e4f0dd646462a94331bfe2e0de82231fbd58ae 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Removing previous GCC4 to have a clean base.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29032 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 18ca835d6dac28899561d426ea86e7474ff44ccd 03-Mar-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged in the changes to version 4.1.2.
* Solved conflicts with the libtool related files by simply using the
vendor versions. IIRC the haiku related changes to libtool and
autoconf were relevant only for the binutils.
* Solved {libstdc++-v3,libmudflap}/configure conflicts by re-running
autoconf for these directories.

I'm already working on fixing the Haiku build, so please don't do the
same.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20318 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8c840510db6ccd6912567edac55fb4450048b716 06-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Added support for machine powerpc-*-haiku. Reorganized things a bit:
The i386-pc-haiku no longer uses the BeOS BFD target emulation, but
its own. A few things are shared for both *-*-haiku machines now.
The PowerPC Haiku binutils and gcc build, but I wouldn't expect them
to really produce usable output yet. We'll see...


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15381 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 59eda489cd1942e86efa776ee8beb6faf9261eb6 05-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Added support for target i586-pc-haiku. Mostly by cloning the *-beos
stuff, partially omitting cruft.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15343 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6c8d025f260c0e647718fad6d8e99b58c7b75e0 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Renamed gcc4 to gcc.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15082 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9ea2a99edba167566bda1d3f82ecbb6efc42eeff 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the old gcc to its new home.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f04816505fe124fc56506bf44e6cfa1020252adf 28-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

When bash 3 is run POSIX compatible (e.g. as /bin/sh), invoking "trap"
without command argument is not allowed anymore.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@14562 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 346d84c900d2037358b7575759f1677349f14b6a 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96