]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - vtoyfat/fat_io_lib/buildlib.sh
3 if ! [ -f fat_io_lib.
zip ]; then
4 echo "No fat_io_lib.zip found ..."
15 gcc
-O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
16 ar -rc libfat_io_64.a
*.o
20 gcc
-m32 -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
21 ar -rc libfat_io_32.a
*.o
25 aarch64
-linux-gnu-gcc -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
26 ar -rc libfat_io_aa64.a
*.o
30 mips64el
-linux-musl-gcc -mips64r2 -mabi=64 -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
31 ar -rc libfat_io_m64e.a
*.o
41 cp -a release
/*.h include
/