[haiku-commits] buildtools: btrev43058 - gcc/libgcc

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 12 May 2013 18:51:46 +0200 (CEST)

btrev43058 adds 1 changeset to branch 'master'
old head: 89a807a12696f31463087c5468cd38001ad86fd2
new head: 39ab4d9df200d9f86d566bf3e364804aeee52df6
overview: http://cgit.haiku-os.org/buildtools/log/?qt=range&q=39ab4d9+%5E89a807a

----------------------------------------------------------------------------

39ab4d9: GCC4: ppc and m68k don't provide crtbegin.o and crtend.o anymore.

                                   [ Jerome Duval <jerome.duval@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    btrev43058
Commit:      39ab4d9df200d9f86d566bf3e364804aeee52df6
URL:         http://cgit.haiku-os.org/buildtools/commit/?id=39ab4d9
Author:      Jerome Duval <jerome.duval@xxxxxxxxx>
Date:        Sun May 12 16:37:05 2013 UTC

----------------------------------------------------------------------------

1 file changed, 2 insertions(+)
gcc/libgcc/config.host | 2 ++

----------------------------------------------------------------------------

diff --git a/gcc/libgcc/config.host b/gcc/libgcc/config.host
index 615c1b2..017fd2e 100644
--- a/gcc/libgcc/config.host
+++ b/gcc/libgcc/config.host
@@ -720,6 +720,7 @@ m32rle-*-linux*)
        tmake_file="$tmake_file m32r/t-linux t-fdpbit"
        ;;
 m68k-*-haiku*)
+       extra_parts="crtbegin.o crtend.o"
        ;;
 m68k-*-elf* | fido-*-elf)
        tmake_file="$tmake_file m68k/t-floatlib"
@@ -881,6 +882,7 @@ powerpc*-*-freebsd*)
        esac
        ;;
 powerpc-*-haiku*)
+       extra_parts="crtbegin.o crtend.o"
        ;;
 powerpc-*-netbsd*)
        tmake_file="$tmake_file rs6000/t-netbsd rs6000/t-crtstuff"


Other related posts:

  • » [haiku-commits] buildtools: btrev43058 - gcc/libgcc - korli