Sylvestre Ledru
7600774a23
disable llvm-strip for now
2018-12-08 01:18:13 -05:00
Sylvestre Ledru
3044b81424
use ld_lib_path everywhere
2018-12-04 21:45:12 -05:00
Sylvestre Ledru
f35c43f15e
LD_LIB_PATH is also necessary
2018-12-04 07:15:01 -05:00
Sylvestre Ledru
3deb991f17
bring back the removal of the dir
2018-11-26 16:17:57 +01:00
Sylvestre Ledru
6bcd0a96b2
* Use llvm-strip instead of binutils strip.
...
Two reasons:
- with clang stage2, the dbg packages were not generated
- strip fails on stretch and other ubuntu on some archives
For this, I had to silent the --enable-deterministic-archives
option (https://bugs.llvm.org/show_bug.cgi?id=39789 ).
Thanks to Rebecca Palmer for the idea
(Closes : #913946 )
2018-11-26 16:12:17 +01:00
Sylvestre Ledru
db50715aa8
also ignore libclangTidyModernizeModule.a
2018-11-21 22:40:43 +01:00
Sylvestre Ledru
af56187b7d
workaround the build issues on armhf
2018-11-16 22:45:51 +01:00
Sylvestre Ledru
4625379dd4
when the lld manpage have been moved, move it back
2018-11-16 10:32:21 +01:00
Sylvestre Ledru
ac7fd96f94
prepare the deactivation of stage2
2018-11-11 21:38:57 +01:00
Sylvestre Ledru
0fc78cdf4c
fix a typo in PRE_PROCESS
2018-11-11 20:45:54 +01:00
Sylvestre Ledru
7c261d5b43
rename the build target
2018-11-11 20:44:29 +01:00
Sylvestre Ledru
1ec882965b
Disable gold for sparc* ( Closes : #913260 )
2018-11-08 20:50:48 +01:00
Sylvestre Ledru
755623734b
* Try to fix the bootstrap FTBFS :
...
- on armel by forcing the link to -latomic
2018-11-03 08:29:05 +01:00
Sylvestre Ledru
48c1000a8c
Remove the dump of cmake error file (too confusing)
2018-10-23 08:21:16 +02:00
Sylvestre Ledru
e01818d213
tail instead of fail
2018-10-22 14:40:45 +02:00
Sylvestre Ledru
83615cab57
Merge remote-tracking branch 'origin/7' into 7-bootstrap
2018-10-21 18:34:32 +02:00
Sylvestre Ledru
498563ae78
declare these variables for all platform (fails on mips)
2018-10-21 18:33:25 +02:00
Sylvestre Ledru
6f631cda3c
When the cmake configure of the stage2 is failing, dump the cmake error log
2018-10-19 11:26:52 +02:00
Sylvestre Ledru
8e3d8912ea
Merge remote-tracking branch 'origin/6.0' into 7
2018-10-18 16:45:57 +02:00
Samuel Thibault
ec06d9e4e1
* Apply hurd fixes ( Closes : #908847 ).
...
- hurd-lib_Support_Unix_Path.inc.diff
- hurd-pathmax.diff
- hurd-tools_llvm-shlib_CMakeLists.txt.diff
2018-10-18 16:43:20 +02:00
Sylvestre Ledru
de1d02b284
Merge remote-tracking branch 'origin/7' into 7-bootstrap
2018-10-16 22:47:27 +02:00
Gianfranco Costamagna
e57a28c14a
Try to fix mips and mipsel FTBFS with approach number two in bug #877567
2018-10-16 10:57:04 +02:00
Sylvestre Ledru
d6eab310cb
fix the clang-query install path
2018-10-11 12:03:06 +02:00
Sylvestre Ledru
d0e691ea64
use the absolute path
2018-10-10 10:49:36 +02:00
Sylvestre Ledru
147697b048
Fix the fuzzer path
2018-10-10 08:21:42 +02:00
Sylvestre Ledru
3b17d907fe
use a variable for the path + use the ocaml correct target
2018-10-09 20:29:30 +02:00
Sylvestre Ledru
7d63b357f5
* Try to bootstrap (currently in a different branch)
...
* Split the builds in different make target
2018-10-09 10:54:06 +02:00
Reshabh Sharma
a4104082c3
Add check-openmp to test OpenMP
2018-10-05 06:40:09 +00:00
Sylvestre Ledru
0e066b184b
Disable ocaml on armel
2018-10-02 10:25:15 +02:00
Sylvestre Ledru
4432e6b41e
remove old arg std=c++0x
2018-09-30 19:34:04 +01:00
Sylvestre Ledru
eb2110afd7
Remove bat files https://bugs.llvm.org/show_bug.cgi?id=30755
2018-09-26 14:58:17 +01:00
Sylvestre Ledru
eac6d99183
bring back ocaml
2018-09-25 14:43:13 +02:00
Sylvestre Ledru
a859f070ec
Fix the ftbfs under armel on libc++ and enable openmp on armel. Thanks to Adrian Bunk for the patch
2018-09-19 14:13:42 +02:00
Sylvestre Ledru
8ffe972043
Merge remote-tracking branch 'origin/6.0' into 7
2018-09-19 14:04:09 +02:00
Sylvestre Ledru
0a64af0a3d
fix the syntax
2018-09-19 14:03:48 +02:00
Sylvestre Ledru
052c62ef18
Merge remote-tracking branch 'origin/6.0' into 7
2018-09-19 08:43:05 +02:00
Sylvestre Ledru
083e854ad4
make the deletion work even if no file exists
2018-09-19 08:36:49 +02:00
Sylvestre Ledru
83e3814e27
* Add patch to fix missing include and library paths on x32
...
* Add patch to fix missing MultiArch include dir
on powerpcspe (Closes : #908791 )
* Force polly cmake removal on arch:all because of --fail-missing
2018-09-18 21:40:09 +02:00
Sylvestre Ledru
21d3048d5f
On old Debian & Ubuntu, removing the files is necessary
2018-09-18 21:37:56 +02:00
Reshabh Sharma
0444b549c6
Revert "update libc++*.a with version in dh_strip exception"
...
This reverts commit f7138055e8
.
2018-09-17 22:14:56 +05:30
Reshabh Sharma
8960a2eb7b
Revert "OpenMP packages are coinstallable"
...
This reverts commit cb8571939a
.
2018-09-17 22:14:20 +05:30
Sylvestre Ledru
4ab69d5d72
remove old stuff from the helper
2018-09-14 21:44:35 +02:00
Gianfranco Costamagna
77ddba3a0c
Simplify previous build fix
2018-09-14 20:23:03 +02:00
Sylvestre Ledru
5f674308c6
add a comment
2018-09-14 19:42:24 +02:00
Sylvestre Ledru
14ff0d8337
only do that if openmp is enabled
2018-09-14 19:42:24 +02:00
Gianfranco Costamagna
83ecf1cb44
Fix arch:all build
2018-09-14 15:38:02 +02:00
Gianfranco Costamagna
a761019d3a
Merge branch '7' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into 7
2018-09-14 15:21:34 +02:00
Gianfranco Costamagna
376fd17f46
Fix arch:all build, for real
2018-09-14 15:13:17 +02:00
Sylvestre Ledru
6ca4d959a0
Merge branch 'co-installability' into '7'
...
Update dh_strip exceptions for libc++*.a with llvm version
See merge request pkg-llvm-team/llvm-toolchain!17
2018-09-14 09:25:42 +00:00
Reshabh Sharma
f7138055e8
update libc++*.a with version in dh_strip exception
2018-09-14 14:27:49 +05:30