[haiku-commits] haiku: hrev47547 - build/scripts

  • From: jessica.l.hamilton@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 22 Jul 2014 11:30:05 +0200 (CEST)

hrev47547 adds 1 changeset to branch 'master'
old head: 3858b4485079b6bb5bf6cc78e710c12c28952351
new head: 1a6ec0014087f954f0876237056595dfcd18e25e
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=1a6ec00+%5E3858b44

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

1a6ec00: Re-enable TLS on x86_64 when cross-building.
  
  Building gcc on x86_64 with TLS enabled has been fixed,
  so this is to keep cross-builds and native builds in
  sync.

                         [ Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx> ]

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

Revision:    hrev47547
Commit:      1a6ec0014087f954f0876237056595dfcd18e25e
URL:         http://cgit.haiku-os.org/haiku/commit/?id=1a6ec00
Author:      Jessica Hamilton <jessica.l.hamilton@xxxxxxxxx>
Date:        Tue Jul 22 09:23:21 2014 UTC

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

1 file changed, 4 deletions(-)
build/scripts/build_cross_tools_gcc4 | 4 ----

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

diff --git a/build/scripts/build_cross_tools_gcc4 
b/build/scripts/build_cross_tools_gcc4
index d565051..75f424b 100755
--- a/build/scripts/build_cross_tools_gcc4
+++ b/build/scripts/build_cross_tools_gcc4
@@ -25,10 +25,6 @@ x86_64-*)
        # explicitly using --enable-multilib that causes a build
        # failure
        binutilsConfigureArgs=""
-       # TODO: trying to build gcc-4.8.3 on x86_64 with --enable-tls fails 
with an
-       # internal compiler error, so we disable it (overriding --enable-tls 
used
-       # in the configure invocation below) until that problem is solved.
-       gccConfigureArgs="--disable-tls"
        kernelCcFlags="$kernelCcFlags -mno-red-zone"
        ;;
 m68k-*)


Other related posts:

  • » [haiku-commits] haiku: hrev47547 - build/scripts - jessica . l . hamilton