You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-utils/git-branchless/autobuild/defines
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,3 +6,16 @@ BUILDDEP="rustc llvm"
6
6
7
7
USECLANG=1
8
8
ABSPLITDBG=0
9
+
10
+
# FIXME: Too many dependencies on old versions of nix...
11
+
# ... which has no LoongArch support until 0.27.0
12
+
# https://github.com/nix-rust/nix/pull/2045
13
+
#
14
+
# FIXME: on mips64el-like architectures, both CFLAGS and CXXFLAGS contain -fPIC, but...
15
+
# error: linking with `clang` failed: exit status: 1
16
+
# |
17
+
# = note: ld.lld: error: relocation R_MIPS_64 cannot be used against symbol 'DW.ref.rust_eh_personality'; recompile with -fPIC
18
+
# >>> defined in /usr/lib64/rustlib/mips64el-unknown-linux-gnuabi64/lib/libstd-6dcaeb4e3195ef4c.rlib(std-6dcaeb4e3195ef4c.std.fc0db18c60d19c82-cgu.0.rcgu.o)
19
+
# >>> referenced by std.fc0db18c60d19c82-cgu.0
20
+
# >>> std-6dcaeb4e3195ef4c.std.fc0db18c60d19c82-cgu.0.rcgu.o:(.eh_frame+0x37B3) in archive /usr/lib64/rustlib/mips64el-unknown-linux-gnuabi64/lib/libstd-6dcaeb4e3195ef4c.rlib
0 commit comments