]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - LinuxGUI/Ventoy2Disk/Lib/fat_io_lib/buildlib.sh
7 gcc
-O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
8 ar -rc libfat_io_64.a
*.o
12 gcc
-m32 -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
13 ar -rc libfat_io_32.a
*.o
17 aarch64
-linux-gnu-gcc -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
18 ar -rc libfat_io_aa64.a
*.o
29 cp -a release
/*.h include
/