File tree Expand file tree Collapse file tree 7 files changed +73
-6
lines changed Expand file tree Collapse file tree 7 files changed +73
-6
lines changed Original file line number Diff line number Diff line change 1515 - -m32
1616 :link :
1717 - -m32
18+
19+ :tools :
20+ :test_compiler :
21+ :executable : clang
22+ :test_linker :
23+ :executable : clang
24+ :release_compiler :
25+ :executable : clang
26+ :release_linker :
27+ :executable : clang
Original file line number Diff line number Diff line change 33:environment :
44 - :HE_CROSS_COMPILE : --host=#{ENV['CROSS_COMPILE']}
55 - :HE_PLATFORM_CFLAGS : -DWOLFSSL_NO_ATOMICS
6+
7+ :tools :
8+ :test_compiler :
9+ :executable : arm-linux-gnueabihf-gcc
10+ :test_linker :
11+ :executable : arm-linux-gnueabihf-gcc
12+ :release_compiler :
13+ :executable : arm-linux-gnueabihf-gcc
14+ :release_linker :
15+ :executable : arm-linux-gnueabihf-gcc
Original file line number Diff line number Diff line change 44 - :HE_CROSS_COMPILE : --host=#{ENV['CROSS_COMPILE']}
55 - :HE_WOLFSSL_ADDL_CONF_FLAGS : >-
66 --enable-sp-asm --enable-armasm
7- - :HE_PLATFORM_CFLAGS : -DWOLFSSL_NO_ATOMICS
7+ - :HE_PLATFORM_CFLAGS : -DWOLFSSL_NO_ATOMICS
8+
9+ :tools :
10+ :test_compiler :
11+ :executable : aarch64-linux-gnu-gcc
12+ :test_linker :
13+ :executable : aarch64-linux-gnu-gcc
14+ :release_compiler :
15+ :executable : aarch64-linux-gnu-gcc
16+ :release_linker :
17+ :executable : aarch64-linux-gnu-gcc
Original file line number Diff line number Diff line change 44 - :HE_CROSS_COMPILE : --host=#{ENV['CROSS_COMPILE']}
55 - :HE_WOLFSSL_ADDL_CONF_FLAGS : >-
66 --disable-kyber --disable-sha3
7- - :HE_PLATFORM_CFLAGS : -UWOLFSSL_ML_KEM_USE_OLD_IDS -DWOLFSSL_NO_ATOMICS -Werror -Wno-pragmas -Wall -Wextra -Wno-strict-aliasing
7+ - :HE_PLATFORM_CFLAGS : -UWOLFSSL_ML_KEM_USE_OLD_IDS -DWOLFSSL_NO_ATOMICS -Werror -Wno-pragmas -Wall -Wextra -Wno-strict-aliasing
88
99:defines :
1010 :test :
1414 :release :
1515 - HE_NO_PQC
1616
17+ :tools :
18+ :test_compiler :
19+ :executable : arm-linux-gnueabihf-gcc
20+ :test_linker :
21+ :executable : arm-linux-gnueabihf-gcc
22+ :release_compiler :
23+ :executable : arm-linux-gnueabihf-gcc
24+ :release_linker :
25+ :executable : arm-linux-gnueabihf-gcc
Original file line number Diff line number Diff line change 88 :test :
99 - HE_ENABLE_MULTITHREADED
1010
11- :tools_test_linker :
12- :arguments :
13- - -latomic
11+ :tools :
12+ :test_compiler :
13+ :executable : clang
14+ :test_linker :
15+ :executable : clang
16+ :release_compiler :
17+ :executable : clang
18+ :release_linker :
19+ :executable : clang
1420
21+ :libraries :
22+ :system :
23+ - atomic
Original file line number Diff line number Diff line change 44 - :HE_CROSS_COMPILE : --host=#{ENV['CROSS_COMPILE']}
55 - :HE_WOLFSSL_ADDL_CONF_FLAGS : >-
66 --disable-kyber --disable-sha3
7- - :HE_PLATFORM_CFLAGS : -UWOLFSSL_ML_KEM_USE_OLD_IDS -DWOLFSSL_NO_ATOMICS
7+ - :HE_PLATFORM_CFLAGS : -UWOLFSSL_ML_KEM_USE_OLD_IDS -DWOLFSSL_NO_ATOMICS
88
99:defines :
1010 :test :
1414 :release :
1515 - HE_NO_PQC
1616
17+ :tools :
18+ :test_compiler :
19+ :executable : riscv64-linux-gnu-gcc
20+ :test_linker :
21+ :executable : riscv64-linux-gnu-gcc
22+ :release_compiler :
23+ :executable : riscv64-linux-gnu-gcc
24+ :release_linker :
25+ :executable : riscv64-linux-gnu-gcc
Original file line number Diff line number Diff line change 44 - :HE_WOLFSSL_ADDL_CONF_FLAGS : >-
55 --enable-aesni --enable-sp-asm --enable-intelasm
66 - :HE_PLATFORM_CFLAGS : -Wno-error=stringop-overflow
7+
8+ :tools :
9+ :test_compiler :
10+ :executable : clang
11+ :test_linker :
12+ :executable : clang
13+ :release_compiler :
14+ :executable : clang
15+ :release_linker :
16+ :executable : clang
You can’t perform that action at this time.
0 commit comments