mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2026-01-01 08:56:17 +00:00
Add LDFLAGS for atomic library during build
This commit is contained in:
1
.github/workflows/build-fio.yml
vendored
1
.github/workflows/build-fio.yml
vendored
@@ -110,6 +110,7 @@ jobs:
|
|||||||
cd fio*
|
cd fio*
|
||||||
CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static
|
CC=/root/\$CROSS-cross/bin/\$CROSS-gcc ./configure --disable-native --build-static
|
||||||
CFLAGS+=' -include linux/falloc.h'
|
CFLAGS+=' -include linux/falloc.h'
|
||||||
|
LDFLAGS+=' -latomic'
|
||||||
make
|
make
|
||||||
|
|
||||||
# verify no external shared library links
|
# verify no external shared library links
|
||||||
|
|||||||
Reference in New Issue
Block a user