[haiku-commits] haiku: hrev49786 - /

  • From: js-haiku-commits@xxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 8 Nov 2015 22:11:57 +0100 (CET)

hrev49786 adds 1 changeset to branch 'master'
old head: 8719963f488f0ebbff747e66743a0af825a5b66c
new head: c6fb0e2c4d1b8f876468e33cd7654cdfca5a73e3
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=c6fb0e2c4d1b+%5E8719963f488f

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

c6fb0e2c4d1b: configure: Disable Clang's integrated assembler

We have too much code that doesn't work with it yet and it makes more
sense to get the other parts working with Clang first.

[ Jonathan Schleifer <js@xxxxxxxxxxx> ]

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

Revision: hrev49786
Commit: c6fb0e2c4d1b8f876468e33cd7654cdfca5a73e3
URL: http://cgit.haiku-os.org/haiku/commit/?id=c6fb0e2c4d1b
Author: Jonathan Schleifer <js@xxxxxxxxxxx>
Date: Sun Nov 8 21:10:41 2015 UTC

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

1 file changed, 1 insertion(+), 1 deletion(-)
configure | 2 +-

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

diff --git a/configure b/configure
index df50d59..02d8ce5 100755
--- a/configure
+++ b/configure
@@ -787,7 +787,7 @@ else
if [ $useClang = 1 ]; then
target=${crossToolsPrefix##*/}
target=${target%-}
- gcc="clang -target ${target}"
+ gcc="clang -target ${target} -no-integrated-as"
else
gcc="${crossToolsPrefix}gcc"
fi


Other related posts:

  • » [haiku-commits] haiku: hrev49786 - / - js-haiku-commits