Commit Graph

12 Commits

Author SHA1 Message Date
Butta d3f8fea119 libllvm: set default sysroot to TERMUX_PREFIX
The previous approach appended TERMUX_PREFIX to the empty default sysroot, which would
render those paths useless if the --sysroot command-line flag was ever set. With this
approach, clang reuses much more of the existing sysroot logic and makes it more
likely that a passed-in sysroot will work.

Also, remove the rpath for alternate architectures, as it wasn't working.
2020-03-29 23:06:18 +03:00
Butta a1e1440c9d libllvm: check usr/include instead of usr/local/include for headers 2020-03-25 01:19:42 +02:00
its-pointless 0379a2e8fc llvm-9.0.1 2019-12-23 09:26:20 +11:00
Butta f82e5d7244 libllvm: don't add arch-specific rpath when natively compiling 2019-09-06 19:19:20 +03:00
its-pointless 35715dae0f don't search multilib dir for native 2019-09-06 00:49:11 +03:00
its-pointless 5a467757d4 get search path order correct 2019-09-06 00:49:11 +03:00
its-pointless d1fcb29c6e fix ndk-multilib 2019-09-06 00:49:11 +03:00
its-pointless a4a2aa589a add rpath for clang as default 2019-03-16 02:06:26 +02:00
its-pointless 857cc35f35 make sysroot works properly 2019-02-27 01:49:43 +02:00
its-pointless 3a7767de4d fix lib search paths for x86_64 and compatiblity 2019-02-24 20:39:35 +02:00
its-pointless 50decd816b r19b update 2019-02-24 20:39:35 +02:00
its-pointless db75340215 llvm: Update from 5.0.1 to 6.0
Also build our own libomp.
2018-03-20 23:10:53 +01:00