mirror of
https://github.com/limine-bootloader/limine
synced 2024-12-04 14:11:58 +03:00
Bump GCC to 10.2.0
This commit is contained in:
parent
ddd4172dcd
commit
6d349d8062
@ -6,7 +6,7 @@ set -x
|
|||||||
PREFIX="$(pwd)"
|
PREFIX="$(pwd)"
|
||||||
TARGET=i386-elf
|
TARGET=i386-elf
|
||||||
BINUTILSVERSION=2.34
|
BINUTILSVERSION=2.34
|
||||||
GCCVERSION=10.1.0
|
GCCVERSION=10.2.0
|
||||||
|
|
||||||
if [ -z "$MAKEFLAGS" ]; then
|
if [ -z "$MAKEFLAGS" ]; then
|
||||||
MAKEFLAGS="$1"
|
MAKEFLAGS="$1"
|
||||||
|
Loading…
Reference in New Issue
Block a user