History log of /haiku-buildtools/legacy/gcc/gcc/configure
Revision Date Author Comments
# 54883b1b 22-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Let gcc2 use crtbeginS.o and crtendS.o, too.

* I doubt that this makes much of a difference, but it avoids yet
another indirection in Haiku's build system.


# 86fe91bc 14-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

legacy gcc: add --with-hybrid-secondary configure option


# b1ef802c 21-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

gcc2 x86_64 build support: pretend we're i386

That's even simpler than the previous approach, which resulted in
assembler errors in certain situations.


# dd0e1496 21-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Support building a cross gcc2 on x86_64

At least building the compiler seems to work on Linux (openSUSE 12.3).
Haven't tested whether the resulting Haiku works as well.


# 47fe6891 01-Mar-2011 Oliver Tappe <zooey@hirschkaefer.de>

* fix a potential problem in gcc/gcc/configure which is triggered when configure is newer than configure.in

git-svn-id: file:///srv/svn/repos/haiku/buildtools/branches/package-management@40761 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b4eb6056 30-Aug-2010 Oliver Tappe <zooey@hirschkaefer.de>

Part of #3298:
* applied patch by VinDuv that allows to build the legacy buildtools on Mac OS X
- thanks!


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


# cfa5e64c 22-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Generated files.


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


# 82479c14 21-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Auto-generated files. Manually adjusted, since I don't trust the current
tools to deal with those ancient files correctly.


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


# 4fe355ca 16-Dec-2007 Jérôme Duval <korli@users.berlios.de>

we need to set float_format for the target i586-beos-pc to i386. If not, we default to i64, which means long double equals double.
this finally fixes bug #1608 and enables to print correctly long double values.
It should now be possible to revert r21883.
I hope this change has no consequences on binary compatibility (it shouldn't). Oliver, please review.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@23127 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


# 54883b1bb5334cdb6a77a77e33e634c699c02353 22-Jul-2014 Oliver Tappe <zooey@hirschkaefer.de>

Let gcc2 use crtbeginS.o and crtendS.o, too.

* I doubt that this makes much of a difference, but it avoids yet
another indirection in Haiku's build system.


# 86fe91bce2e06f9d7732c848e9d116d45258b33d 14-Aug-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

legacy gcc: add --with-hybrid-secondary configure option


# b1ef802cdce1ed6f6d491f27009049fa390d3214 21-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

gcc2 x86_64 build support: pretend we're i386

That's even simpler than the previous approach, which resulted in
assembler errors in certain situations.


# dd0e14964f0654127a925e9ce0a6b2ca833991d7 21-Jul-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Support building a cross gcc2 on x86_64

At least building the compiler seems to work on Linux (openSUSE 12.3).
Haven't tested whether the resulting Haiku works as well.


# 47fe6891eea84bf023993311b9b5b4f5f824c8b7 01-Mar-2011 Oliver Tappe <zooey@hirschkaefer.de>

* fix a potential problem in gcc/gcc/configure which is triggered when configure is newer than configure.in

git-svn-id: file:///srv/svn/repos/haiku/buildtools/branches/package-management@40761 a95241bf-73f2-0310-859d-f6bbb57e9c96


# b4eb6056d7d42857504ea82d74537e2a607508c7 30-Aug-2010 Oliver Tappe <zooey@hirschkaefer.de>

Part of #3298:
* applied patch by VinDuv that allows to build the legacy buildtools on Mac OS X
- thanks!


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


# cfa5e64c0c9433b0acc9e8fe8abe137e58bed1e4 22-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Generated files.


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


# 82479c1475b59501dfdbe3d817064db7133e0d03 21-Mar-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

Auto-generated files. Manually adjusted, since I don't trust the current
tools to deal with those ancient files correctly.


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


# 4fe355caa78db84a1796ee15c7af4485518a9442 16-Dec-2007 Jérôme Duval <korli@users.berlios.de>

we need to set float_format for the target i586-beos-pc to i386. If not, we default to i64, which means long double equals double.
this finally fixes bug #1608 and enables to print correctly long double values.
It should now be possible to revert r21883.
I hope this change has no consequences on binary compatibility (it shouldn't). Oliver, please review.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@23127 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