diff options
Diffstat (limited to 'sys-devel/llvm/llvm-4.0.0_rc1.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-4.0.0_rc1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild index ab685cbdf591..bbd935aa11dd 100644 --- a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild +++ b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild @@ -156,10 +156,7 @@ multilib_src_configure() { -DWITH_POLLY=OFF # TODO - # 'normalize' x86 triples to i386-* since this is the name used - # by compiler-rt libraries. - # remove this when https://reviews.llvm.org/D26796 is merged - -DLLVM_HOST_TRIPLE="${CHOST/#i[4-9]86-/i386-}" + -DLLVM_HOST_TRIPLE="${CHOST}" -DFFI_INCLUDE_DIR="${ffi_cflags#-I}" -DFFI_LIBRARY_DIR="${ffi_ldflags#-L}" |