|
An AUR package exists for [`mips-elf-gcc`](https://aur.archlinux.org/packages/mips-elf-gcc). By default, `makepkg` comes with the `-Werror=format-security` CFLAG enabled, turning formatting security warnings into compilation errors. Compiling `mips-elf-gcc` raises a couple of these warnings, making the package build fail. To fix this, you can overwrite the default `makepkg` CFLAGS in `/etc/makepkg.conf`.
|
|
An AUR package exists for [`mips-elf-gcc`](https://aur.archlinux.org/packages/mips-elf-gcc). By default, `makepkg` comes with the `-Werror=format-security` CFLAG enabled, turning formatting security warnings into compilation errors. Compiling `mips-elf-gcc` raises a couple of these warnings, making the package build fail. To fix this, you can overwrite the default `makepkg` CFLAGS in `/etc/makepkg.conf`.
|