File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 55
55
CFLAGS_x86_64_fortanix_unknown_sgx="-D__ELF__ -isystem/usr/include/x86_64-linux-gnu -mlvi-hardening -mllvm -x86-experimental-lvi-inline-asm-hardening" \
56
56
CXX_x86_64_fortanix_unknown_sgx=clang++-11 \
57
57
CXXFLAGS_x86_64_fortanix_unknown_sgx="-D__ELF__ -isystem/usr/include/x86_64-linux-gnu -mlvi-hardening -mllvm -x86-experimental-lvi-inline-asm-hardening" \
58
- AR_i686_unknown_freebsd=i686-unknown-freebsd12 -ar \
59
- CC_i686_unknown_freebsd=i686-unknown-freebsd12 -clang \
60
- CXX_i686_unknown_freebsd=i686-unknown-freebsd12 -clang++ \
58
+ AR_i686_unknown_freebsd=i686-unknown-freebsd13 -ar \
59
+ CC_i686_unknown_freebsd=i686-unknown-freebsd13 -clang \
60
+ CXX_i686_unknown_freebsd=i686-unknown-freebsd13 -clang++ \
61
61
CC_aarch64_unknown_uefi=clang-11 \
62
62
CXX_aarch64_unknown_uefi=clang++-11 \
63
63
CC_i686_unknown_uefi=clang-11 \
Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ COPY scripts/cmake.sh /scripts/
29
29
RUN /scripts/cmake.sh
30
30
31
31
ENV \
32
- AR_x86_64_unknown_freebsd=x86_64-unknown-freebsd12 -ar \
33
- CC_x86_64_unknown_freebsd=x86_64-unknown-freebsd12 -clang \
34
- CXX_x86_64_unknown_freebsd=x86_64-unknown-freebsd12 -clang++
32
+ AR_x86_64_unknown_freebsd=x86_64-unknown-freebsd13 -ar \
33
+ CC_x86_64_unknown_freebsd=x86_64-unknown-freebsd13 -clang \
34
+ CXX_x86_64_unknown_freebsd=x86_64-unknown-freebsd13 -clang++
35
35
36
36
ENV HOSTS=x86_64-unknown-freebsd
37
37
Original file line number Diff line number Diff line change 5
5
6
6
arch=$1
7
7
binutils_version=2.40
8
- freebsd_version=12.3
9
- triple=$arch -unknown-freebsd12
8
+ freebsd_version=13.2
9
+ triple=$arch -unknown-freebsd13
10
10
sysroot=/usr/local/$triple
11
11
12
12
hide_output () {
@@ -68,7 +68,7 @@ curl "$URL" | tar xJf - -C "$sysroot" --wildcards "${files_to_extract[@]}"
68
68
# there might be other problems.)
69
69
#
70
70
# The --target option is last because the cross-build of LLVM uses
71
- # --target without an OS version ("-freebsd" vs. "-freebsd12 "). This
71
+ # --target without an OS version ("-freebsd" vs. "-freebsd13 "). This
72
72
# makes Clang default to libstdc++ (which no longer exists), and also
73
73
# controls other features, like GNU-style symbol table hashing and
74
74
# anything predicated on the version number in the __FreeBSD__
You can’t perform that action at this time.
0 commit comments