mirror of
https://github.com/sgmarz/osblog.git
synced 2024-11-23 18:06:20 +04:00
Switch to gcc so that a stage 1 build is sufficient (./do.sh 91)
This commit is contained in:
parent
5ad54c6299
commit
982c4afb77
@ -1,8 +1,8 @@
|
||||
#####
|
||||
## BUILD
|
||||
#####
|
||||
CC=riscv64-unknown-linux-gnu-g++
|
||||
CFLAGS=-Wall -Wextra -pedantic -Wextra -O0 -g -std=c++17
|
||||
CC=riscv64-unknown-linux-gnu-gcc
|
||||
CFLAGS=-Wall -Wextra -pedantic -Wextra -O0 -g
|
||||
CFLAGS+=-static -ffreestanding -nostdlib -fno-rtti -fno-exceptions
|
||||
CFLAGS+=-march=rv64gc -mabi=lp64
|
||||
INCLUDES=
|
||||
|
Loading…
Reference in New Issue
Block a user