]>
glassweightruler.freedombox.rocks Git - Ventoy.git/blob - vtoycli/fat_io_lib/buildlib.sh
7 #/opt/diet64/bin/diet -Os gcc -O2 -D_FILE_OFFSET_BITS=64 fat*.c -c
8 gcc
-specs "/usr/local/musl/lib/musl-gcc.specs" -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
9 ar -rc libfat_io_64.a
*.o
13 gcc
-m32 -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
14 ar -rc libfat_io_32.a
*.o
18 aarch64
-linux-gnu-gcc -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
19 ar -rc libfat_io_aa64.a
*.o
23 mips64el
-linux-musl-gcc -mips64r2 -mabi=64 -O2 -D_FILE_OFFSET_BITS=64 fat
*.c
-c
24 ar -rc libfat_io_m64e.a
*.o
34 cp -a release
/*.h include
/