3 lines
218 B
Bash
3 lines
218 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
env CC=xtensa-esp32s3-elf-gcc CFLAGS="-ffreestanding -fno-builtin -mlongcalls" LDFLAGS="-nostdlib -static" ./configure --host xtensa-esp32s3 --disable-shared --enable-static --prefix="$PWD/install"
|