aboutsummaryrefslogtreecommitdiff
path: root/i686/toolchain.mk
blob: 7bef9bccf2aeec6f7b61e90c812366545019350b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# define compiler, linker, archiver and strip and their flags
#
AS      = i686-elf-as
CC      = i686-elf-gcc
CCFLAGS = -Wall -Wextra -Wpedantic -fanalyzer -ffreestanding -std=gnu11 -mgeneral-regs-only
LD      = i686-elf-ld
LDFLAGS = -static -nostdlib
AR      = i686-elf-ar
ARFLAGS = -crus
STRIP   = i686-elf-strip